I don't understand

Fermé
Utilisateur anonyme - 28 oct. 2016 à 02:24
fabul Messages postés 37683 Date d'inscription dimanche 18 janvier 2009 Statut Modérateur Dernière intervention 23 avril 2024 - 28 oct. 2016 à 02:39
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;
A voir également:

1 réponse

fabul Messages postés 37683 Date d'inscription dimanche 18 janvier 2009 Statut Modérateur Dernière intervention 23 avril 2024 5 171
Modifié par fabul le 28/10/2016 à 02:52
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