+ 1
How do i creat a code in C++ that accepts integers from the user, stops when the user types a negative number or zero. Then adds
2 Réponses
0
do{
(ask input)
}while(input!=negative || input!=zero)
plus, please don't write questions on the title section
0
Ok
Thanks