I don't understand

Fermé
Utilisateur anonyme -  
fabul Messages postés 40890 Date d'inscription   Statut Modérateur Dernière intervention   -
Im currently learning programming, i just made this in c++ but i don't understand whats wrong with it :
#include "stdafx.h"
#include <iostream>
using namespace std;
#include <cmath>
#include <stdio.h>

int NMBR;
float racx = squr 'x';
float x;
float squr;


int main()
{
cout << "I will find your square root";
cin >> x;
cout << "the square root of" 'x' "is" racx;
cout << "end of program";

return 0;

1 réponse

fabul Messages postés 40890 Date d'inscription   Statut Modérateur Dernière intervention   5 705
 
Hello,

You are invited to speak french if you want to continue here.

If you want to use english language in your conversations, please open a threat on the english version CCM.net

http://ccm.net/forum/programming-3

Thanks for your understanding.
0