CH4 CW_1 Create a java program that prompts the user to enter a name, age and gpa and display them

preview_player
Показать описание

public class ch4cw1 {

public static void main(String[] args) {

String name;

int age;

double gpa;

String output;



output = "Your name is " + name + "\n" + "Your age is " + age + "\n and your gpa is " + gpa + "\n";



}



}
Рекомендации по теме
Комментарии
Автор

4. Write a java program that will print out your full name, DOB and the food you like most.
NB: Just provide the source code and also showcase the procedure(s) to convert source code to bytecode

emmanuelstevens
Автор

I really wanted to watch your video. But the sound is very bad so I stopped immediately, Maybe you can try improving your sound quality :)

biancakerchhoff
join shbcf.ru