Of the following, if tatement, which one correctly execute three intruction if the condition i true? If (x < 0) a = b * 2; y = x; z = a – y; { if (x < 0) a = b * 2; y = x; z = a – y; } If{ (x < 0) a = b * 2; y = x; z = a – y ; } If (x < 0) { a = b * 2; y = x; z = a – y; }

Respuesta :

Except for 1, all of the choices are accurate.  If (x < 0) { a = b * 2; y = x; z = a – y; }.

What is an action to execute?

Execute actions cover a wide range of options, such as grouping a subset of action, sending script commands, modifying database records, and setting variables to be used by subsequent actions.

What does the CPU "execute"?

The CPU runs a program that is saved in main memory as a series of machine language instructions. It achieves this by continuously retrieving an instruction from memory, known as fetching it, and carrying it out, known as executing it.

To know more about execute visit:

https://brainly.com/question/14308171

#SPJ4

ACCESS MORE