Answered step by step
Verified Expert Solution
Question
1 Approved Answer
please answer in Java Problem #2 (5 points) Ask the user for 2 integer numbers, the variable names are numi and num2, your program reads
please answer in Java
Problem #2 (5 points) Ask the user for 2 integer numbers, the variable names are numi and num2, your program reads those numbers in and puts them into variable names numi and num2. (10 points) Tell the user which number is the larger number and which one is the smaller number or tell them the numbers are equal For example, if someone enters 5 and 7, you would tell them (print to the screen) 7 is the larger number 5 is the smaller numberStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started