let balance = parseInt(readLine(), 10); let withdraw = parseInt(readLine(), 10); | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

let balance = parseInt(readLine(), 10); let withdraw = parseInt(readLine(), 10);

I want the balance

4th Jan 2023, 6:12 AM
LOBUN LOBULO
LOBUN LOBULO - avatar
4 Answers
+ 4
Your question is not clear, what kind of help do you need? Please fix your tags because they are messy and not referring to your actual problem.
5th Jan 2023, 5:35 AM
Tibor Santa
Tibor Santa - avatar
0
I need help that question above
4th Jan 2023, 6:13 AM
LOBUN LOBULO
LOBUN LOBULO - avatar
0
Let remaining Balance = balance -withdraw; Console.log(remaining Balance);
9th Sep 2023, 6:13 PM
Yeshaswini N
Yeshaswini N - avatar
0
Calcular and output the remainig balance after the withdraw Let balance = parcelnt (readline() , 10); Let withdraw = parselnt (readline(), 1p);
20th Dec 2023, 12:36 AM
Hector Mercedes De Los Santos Feliz
Hector Mercedes De Los Santos Feliz - avatar