Chat with us, powered by LiveChat You’ve been asked by the 3rd grade teacher in your school to develop a simple program that provides students with some random multiplication practice. Your program needs to: ask the - Essayabode

You’ve been asked by the 3rd grade teacher in your school to develop a simple program that provides students with some random multiplication practice. Your program needs to: ask the

You’ve been asked by the 3rd grade teacher in your school to develop a simple program that provides students with some random multiplication practice.

Your program needs to:

  1. ask the student for the lowest and highest numbers they want included, saving the inputs in variables lowEnd and highEnd.
  2. generate two random integers within the range of lowEnd to highEnd. Save these numbers in the variables firstNum and secondNum.
  3. prompt the user to submit their answer to the multiplication of firstNum and secondNum.
  4. print the solution to the problem once they submit their answer.

A sample run looks like this (everything to the right of the colon in the sample is a number inputted by the user, not printed by the program):

A couple of hints:

  • Just like how you can combine strings and variables in a console.log() print, you can also do so in a user input function like readInt().
    • For example, the code: readInt(firstNum + " - " + secondNum + ": "); would prompt the user to input an answer to the subtraction of the variables firstNum and secondNum.
  • You can use a blank console.log() to print a blank line in your output. This helps make the output easier to read.
  • Make sure you are writing your program within the main() function and calling it!

    Our website has a team of professional writers who can help you write any of your homework. They will write your papers from scratch. We also have a team of editors just to make sure all papers are of HIGH QUALITY & PLAGIARISM FREE. To make an Order you only need to click Ask A Question and we will direct you to our Order Page at WriteDemy. Then fill Our Order Form with all your assignment instructions. Select your deadline and pay for your paper. You will get it few hours before your set deadline.

    Fill in all the assignment paper details that are required in the order form with the standard information being the page count, deadline, academic level and type of paper. It is advisable to have this information at hand so that you can quickly fill in the necessary information needed in the form for the essay writer to be immediately assigned to your writing project. Make payment for the custom essay order to enable us to assign a suitable writer to your order. Payments are made through Paypal on a secured billing page. Finally, sit back and relax.

    Do you need an answer to this or any other questions?