Programming
Status: Approved
Pick the subject that suits most to the studying skills
Ключевое слово else
C++
Ключевое слово else
Ключевое слово if
C++
Ключевое слово if
seconds

if (a<7) {
    b = 1;
} else {
    b = 0;
}


Save
Preview
Preview
Clone
Status:
Approved
Moderators comment:
×