Is my C language wrong?
我狂我意
我狂我意 2019-10-19 21:42:10
0
1
1276

#include<stdio.h>


#define a 0.5


int main()

{ int X;

int NB;

int BN;

int NBA;

int NBNBNB;

printf("Please enter the base: X=");

printf("Please enter the height: NB=");

printf("Please enter the hypotenuse: BN=");

scanf("%d";&X);

scanf("%d";&NB);

scanf("%d&quo

我狂我意
我狂我意

reply all(1)
卢小强

scanf("$d",$X); There is a comma in the middle, not a quotation mark

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!