Premitive operator program::please i need your help my sample output is same as they gave me but it still doesn't past the case | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

Premitive operator program::please i need your help my sample output is same as they gave me but it still doesn't past the case

import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner read = new Scanner(System.in); int distance = read.nextInt(); //complete the code distance = 4221; int kilo= distance /1000; int metre= 4221 % 1000; System .out.println (kilo ); System .out.println (metre ); } }

27th Mar 2022, 10:30 PM
MR KINGSHOW
MR KINGSHOW - avatar
0 Antworten