Math, asked by surajs4408, 2 months ago

To have a + 1 2/4 = 2, a must be equal to?
Select one:
O a. 1/4
ob. 3/4
O C. 1/2
O d. 2/8​

Answers

Answered by directioner133
14

Answer:

C 1/2

hope it helps

pls mark brainliest

Answered by Moncheri06
3

Answer:

In computer programming, we use the if statement to control the flow of the program. For example, if a certain condition is met, then run a specific block of code. Otherwise, run another code.

For example assigning grades (A, B, C) based on percentage obtained by a student.

if the percentage is above 90, assign grade A

if the percentage is above 75, assign grade B

if the percentage is above 65, assign grade C

There are three forms of if...else statements in Java.

if statement

if...else statement

if...else if...else statement

Nested if...else statement

Step-by-step explanation:

. “He who fears he will suffer, already suffers because he fears.” — Michel De Montaigne

“FOMO creates suffering, yet those who suffer, have FOMO.”

.....(◍•ᴗ•◍)❤(◍•ᴗ•◍)❤(◍•ᴗ•◍)❤(◍•ᴗ•◍)❤(◍•ᴗ•◍)❤(◍•ᴗ•◍)❤( ◜‿◝ )♡( ◜‿◝ )♡( ◜‿◝ )♡( ◜‿◝ )♡

Similar questions