+ 1
let balance = parseInt(readLine(), 10); let withdraw = parseInt(readLine(), 10);
I want the balance
4 odpowiedzi
+ 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.
0
I need help that question above
0
Let remaining Balance = balance -withdraw;
Console.log(remaining Balance);
0
Calcular and output the remainig balance after the withdraw
Let balance = parcelnt (readline() , 10);
Let withdraw = parselnt (readline(), 1p);