Computer Science, asked by vaibhav20085, 5 hours ago

Which of the following is an invalid statement?

a) abc = 1,000,000

b) a b c = 1000 2000 3000

c) a,b,c = 1000, 2000, 3000

d) a_b_c = 1,000,000​

Answers

Answered by harshitadhawanp78hhn
3

Answer:

Statement (b) a b c = 1000 2000 3000 is incorrect.

Explanation:

Statement (b) a b c = 1000 2000 3000 will give a syntax error when executed because of the spaces in between.

HOPE IT HELPS! HAVE AN AMAZING DAY AHEAD!

Answered by halamadrid
1

Answer:

Statement (b) ABC = 1000 2000 3000

Given:

a) abc= 1,000,000

b) a b c = 1000 2000 3000

c) a,b,c = 1000, 2000, 3000

d) a_b_c = 1,000,000

To find:

Which of the following is an invalid statement?

Solution:

The statement (b) and = 1000 2000 3000 is invalid because it will show a syntax error when executed because of the spaces in between given information.

#SPJ5

Similar questions