- 1
Because both statements are fulfilled at the same time
include <iostream> using namespace std; int main (){ float n,n1,n2,n3,division; cout<<"ingrese nota uno :";cin>>n;cout<<endl; cout<<"ingrese nota dos :";cin>>n1;cout<<endl; cout<<"ingrese nota tres :";cin>>n2;cout<<endl; cout<<"ingrese nota cuatro :";cin>>n3;cout<<endl; division=(n+n1+n2+n3)/4; if(division>=3.5) { cout<<endl; cout<<"Aprobaste tu promedio es:"<<division; } else {
1 ответ
0
Code truncated..
????
https://www.sololearn.com/post/75089/?ref=app