Question: This needs to be done using NETBEANS with Java Ant NO OTHER CODING TYPE!!!!! please provide clear and easy to follow instruction thank you. Instructions

This needs to be done using NETBEANS with Java Ant NO OTHER CODING TYPE!!!!!
please provide clear and easy to follow instruction thank you.
Instructions See second page for example output. Don't just output the number, precede it with a message saying what it is. (Focus initially on getting the correct value output, then add the messages if you have time.) Write a program that does the following using the variable names and types as specified below: 1) Declare the following variables a) three variables of type int b) a String constant and assign it your first name only, i.e. Jane 2) Output some words followed by the value of the String constant. 3) Prompt the user to input two positive int values and assign them to your first 2 int variables. 4) Use an if structure to print out the larger of the 2 int variables 5) Divide the first integer by the second integer and output the value 6) Divide the first integer by the second integer and output the value, but use casting to output a double 7) Divide the second integer by the first integer and output the value 8) Divide the second integer by the first integer and output the value and use casting to output a double 9) Assign to the third int variable the result of this formula a) sum the first two integers and then multiply the sum by 120 b) output the third int value
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
