accept
the length
and Convert into .cm of computer java assingment argument
Answers
Answered by
0
Answer:
import java.util.Scanner;
public class Centimetre{
public static void main (string[ ] args){
Scanner sc = new Scanner (system.in):
System.out.println("Enter The Length in metres : \t");
int length = sc.nextInt();
System.out.println("The Length in Centimetres is : \t"+length*100);
sc.close();
}
}
//Thanks
//Please Rate My Answer As Brainliest...
Similar questions