DWQA Ask QuestionCategory: JavaJava_Q: Variables and Data Types
admin Staff asked 7 years ago

Write a Java program to declare two integer variables, one float variable, and one string variable and assign 10, 12.5, and “Java programming” to them respectively. Then display their values on the screen