Question: Using the language of your choice (C#, Java, Web Development languages (PHP and JavaScript): Declare a string variable called number String and initialize this to
Using the language of your choice (C#, Java, Web Development languages (PHP and JavaScript): Declare a string variable called number String and initialize this to a string value of 20. Convert this string value to an integer and store the converted value in a variable called number. Declare a second integer variable called number2 and initialize to 10. Divide number by number2 and print the result to the console screen, using the following output: the variable number divided by number2 is equal to X, with X being the actual result.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
