Saved Bookmarks
| 1. |
The class VotingTest has a method, canVote(int age). It receives an integer argument age. Write code inside canVote(...) method using ifthen-else statement to print Can Vote, if the provided age is greater than or equal to 18 and print Cannot Vote otherwise. |
|
Answer» gdhdhudd8duhrhgdhdy7dudjehdhdhdu |
|