Question: i need ayuda help with this in visual studio 1 . Create variable called intNumber 1 2 0 with integer datatype and a value of
i need ayuda help with this in visual studio Create variable called intNumber with integer datatype and a value of Create a second called intNumber with the same datatype and a value of Create a variable called intResult with an integer datatype. These variables will be used in the following exercises
Create an arithmetic assignment statement to add intNumber to intNumber and store the result in intResult.
Create an arithmetic assignment statement to multiply intNumber by intNumber and store the result in intResult.
Create an arithmetic assignment statement to subtract intNumber from intIntNumber and store the result in intResult.
Create an arithmetic assignment statement to divide dblNumber by a literal constant and store the result in dblResult
Use integer division to divide intNumber by a literal constant and store the result in intResult. What is the contents of intResult?
Use modulo division mod to divide dblNumber by a literal constant and store the result in intResult. What is the contents of intResult?
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
