November 2019 1 8 Report
Apa yang salah dari kode ini (C++)?

//Isnan Project

//#include import lib

#include

#include

using namespace std;


//Input string

int main (){

float a,b,c,d,x1,x2;

cout << "Enter a value: ";

cin >> a;

cout << "Enter b value: ";

cin >> b;

cout << "Enter c value: "

cin >> c;


isnan (a)? cout <<"It's NaN''" << endl:

cout <<"" << endl;

while {

//Jump to certain line?

}

isnan (b)? cout << "It's NaN'" << endl:

cout << "" << endl

while {

//Jump to certain line?

}


Karena hal tersebut menyebabkan error di dev c++ sehingga tidak bisa mengcompile teks hello world sederhana

#include

using namespace std;


int main (){

cout << " Hello World";

}


Pake Dev C++ 5.1.1

Recommend Questions



Life Enjoy

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

Get in touch

Social

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