October 2018 1 60 Report

Obecnie uczę sie programować w kompilatorze VS 2012 w języku C ++.. Niestety nie mogę skompilować tego programu, ponieważ wyskakuje mi błąd (error C2447: '{' : missing function header (old-style formal list?)) Co może tutaj być źle ;/ Z góry dzięki! :)

#include <iostream>
using namespace std;

int main(); {
int x;

cout<<"Podaj x:";
cin>>x;
cout<<endl<<(x >= 10 && x < 20)<<endl;
}


More Questions From This User See All

Recommend Questions



Life Enjoy

" Life is not a problem to be solved but a reality to be experienced! "

Get in touch

Social

© Copyright 2013 - 2024 KUDO.TIPS - All rights reserved.