Welcome, Visitor!

Hello, we are really happy that you have reached us. However, since you are viewing the forum as a visitor, you cannot benefit from many features of the forum. How about taking advantage of all the features exclusive to our members by registering? You can register right now, taking just 2 minutes of your time. We would love to see you among us.

C++ - İf Değeri

X

xr4zz3rs

Thread Starter
Selamlar herkese.
Bugün sizlere İf değerinin örnek kodunu göstereceğim;
C++:
// 50 ve 50 den yukarsi geçiyor siz kafanıza göre yapabilirsiniz.

#include <iostream.h>

main()
{
int not;
cout << "Notunuzu yazınız:";
cin >> not;

if ( not >= 50 )
cout << "Sınıfı geçtiniz!";

}
 
1

1Jeff

Developer & Coder
Ultra Member
Joined
Oct 20, 2019
Messages
725
Reaction score
441
Location
Helsinki
Biliyordum, ama bilmeyenler için iyi bir konu.^^
 
SPAM IS FORBIDDEN!
  • SPAMMERS ARE BANNED FROM THE FORUM AND CANNOT USE ANY OF THE CHEATS
  • For example: thanks, thx, very good, asdqwe, working, ty and so on!
  • For example: Writing the same message over and over. thanks, thx and so on!
  • Copying and copying someone else's message is prohibited.
  • It is forbidden to send messages to increase the number of comments on threads that you have no knowledge of.
  • Write your own opinion when commenting!
  • If you see spam message, please let us know with the REPORT button!

Theme editor

Top Bottom