- 3
Error Java 2
Error Load calculator Please can you Help me
5 Réponses
+ 1
Please elaborate your question further.
And please post your attempt also.....
0
Post your code .
0
import java.util.Scanner;
public class Program
{
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int amount = scanner.nextInt();
//your code goes here
int a=6;
while(a>0){
amount -= amount/10;
a--;
}
amount =amount;
System.out.println (amount);}
}
0
Java Second modul project
Error my code
Please help m
0
Your code have no syntex error or any warnings mention your expected output