i just need your opinion ,does my coding are good practice ,pleaseee tell me what do you guys think,i think its missing something but i dont know where
#include<iostream>
using namespace std;
int main()
{
int age;
char c,r;
Anyway, now all you need to do is look at what I posted and hopefully you got a chance to look at the one that JLBorges deleted because you can allow for upper and lower case user responses if(citizen == 'y' || citizen == 'Y') etc, and more useful answers like "You can't vote because you aren't old enough" etc
You might like to consider that the first question might be "Are you registered to vote?" and follow the logical path(s) from there.