smcboba smcboba
  • 07-05-2020
  • Advanced Placement (AP)
contestada

anybody know how to do coding 3.2.1. Relational Operators in If Statements?

Respuesta :

jambalamx
jambalamx jambalamx
  • 08-05-2020

// A single if statement

if (boolean expression)

   Do statement;

// Or a single if with {}

if (boolean expression)

{

  Do statement;

}

// A block if statement: { } required

if (boolean expression)

{

  Do Statement1;

  Do Statement2;

  ...

  Do StatementN;

}

Note

Answer Link

Otras preguntas

how many occupied orbitals does a fluorine atom contain in the ground state?
125 pounds decreased by 4% is
how many occupied orbitals does a fluorine atom contain in the ground state?
Why was white America so fascinated by Harlem in the 1920s
how many occupied orbitals does a fluorine atom contain in the ground state?
What is 0.4^-2 (0.4 to the power of -2)?
"Find the point of intersection for each system of linear equations. Which method did you use & why?"
A square has a perimeter of 64 inches What is the length of one side if the square? What is the area of the square??
125 pounds decreased by 4% is
660 ft/min=_________ft/s 1 min = 60 sec
good job