Question: Which of the following if statement headers uses the correct syntax? a. If x = 10 then { b. If [x == 10] { c.
Which of the following if statement headers uses the correct syntax?
a. If x = 10 then {
b. If [x == 10] {
c. If (x => y) {
d. If (x equals 42) {
e. If (x == y) {
Step by Step Solution
3.47 Rating (167 Votes )
There are 3 Steps involved in it
Correct ... View full answer
Get step-by-step solutions from verified subject matter experts
