Alguien me ayuda en el 18.4 de Java? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Alguien me ayuda en el 18.4 de Java?

Hacer un sistema telefónico automatizado

23rd Sep 2021, 1:43 PM
AGUSTIN MARIA CORDOBA
AGUSTIN MARIA CORDOBA - avatar
1 ответ
0
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); int number; do { //toma la entrada y la salida del mensaje correspondiente /* 1 => Language selection 2 => Customer support 3 => Check the balance 4 => Check loan balance 0 => Exit */ } while(number != 0); } }
23rd Sep 2021, 1:50 PM
AGUSTIN MARIA CORDOBA
AGUSTIN MARIA CORDOBA - avatar