Ama bi türlü bulamadım herşey eksiksiz geldi bana ama bulamadım.
#include<stdio.h> #include<conio.h>
int main(){
int say, top, ort, not ; //Burada hata veriyo.
say = 1 ; top = 0 ;
while(say<=10){ printf("Girilen NOT : "); scanf("%d", ¬); top = top + not ; say = say + 1 ; }
getch(); return 0; }
While2.cpp In function `int main()': 6 While2.cpp expected unqualified-id before '!' token 6 While2.cpp expected `,' or `;' before '!' token 9 While2.cpp expected `;' before "top"
Bu hataları veriyo.
DH forumlarında vakit geçirmekten keyif alıyor gibisin ancak giriş yapmadığını görüyoruz.
Üye olduğunda özel mesaj gönderebilir, beğendiğin konuları favorilerine ekleyip takibe alabilir ve daha önce gezdiğin konulara hızlıca erişebilirsin.
#include<stdio.h>
#include<conio.h>
int main(){
int say, top, ort, not ; //Burada hata veriyo.
say = 1 ;
top = 0 ;
while(say<=10){
printf("Girilen NOT : ");
scanf("%d", ¬);
top = top + not ;
say = say + 1 ;
}
getch();
return 0;
}
While2.cpp In function `int main()':
6 While2.cpp expected unqualified-id before '!' token
6 While2.cpp expected `,' or `;' before '!' token
9 While2.cpp expected `;' before "top"
Bu hataları veriyo.
DH forumlarında vakit geçirmekten keyif alıyor gibisin ancak giriş yapmadığını görüyoruz.
Üye Ol Şimdi DeğilÜye olduğunda özel mesaj gönderebilir, beğendiğin konuları favorilerine ekleyip takibe alabilir ve daha önce gezdiğin konulara hızlıca erişebilirsin.