#include<stdio.h>
#include<conio.h>
void main()
{
char grade='A';
printf("grade: %c \n",grade);
double accuracy=10.12312344;
printf("ACCURACY: %lf",accuracy); //lf= long float
}
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter