Beginner Java Tutorial #18:Nested If Statements and If Else Statements

preview_player
Показать описание
In this tutorials we talk about nested if statements as well as if else statements.
Рекомендации по теме
Комментарии
Автор

what if i prompt a user to input an int and inputs string instead, how do i tell him to put an int not a string

peterguliku
Автор

a+ = a++ - ++b +a, a = 5, b = 7
Can u tell the difference between a++ and ++b?

ashwinpandey