+ 1
Code to take input form the viewer(scanner)? {"Armstrong number" - I want to add scanner in this program}
2 odpowiedzi
+ 1
xJLx its not working can you please check my code - "armstrong Number"
0
import java.util.Scanner;
public static void main(String[] args) {
Scanner myScan = new Scanner(System.in);
// your stuff...
}