#include<stdio.h>
int main(){
	int a;
	double c, d;
	c=a=3.5;
	d=3+a/2+c;
	printf("Result = %3.1f\n", d);
	return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: