Question: Indicate whether the following statements are syntactically correct or incorrect. If incorrect, indicate what is wrong with the statement: A. integer num1, num2; B. double
Indicate whether the following statements are syntactically correct or incorrect. If incorrect, indicate what is wrong with the statement:
A. integer num1, num2;
B. double num3;
C. 7.8 = num 3; Assume that a variable num3 has been declared correctly.
D. int \(j\); \(j=5.5\);
Step by Step Solution
3.36 Rating (152 Votes )
There are 3 Steps involved in it
A integer num1 num2 This is incorrect because integer is not a recognized data type in many language... View full answer
Get step-by-step solutions from verified subject matter experts
