+ 1
Give a program in java based on if else statement
2 Respuestas
+ 5
Don't ask direct questions here. Give it an attempt by yourself. It is pretty easy. You can try if someone is able or not able to give vote by his age. Follow the community guidelines.
https://www.sololearn.com/discuss/1316935/?ref=app
0
if (condition) {
}
else if (another ccondition) {
}
else {
}