est ce que je peux faire ça :

if (getch() == '1' ||'2')

{
_cputs("\n \r Entre votre premiere numero " ) ;

do
{
nPremiere = getch();
_putch(nPremiere);
} while(nLecture == 'a');

}