OneCompiler

age code

238

#include <stdio.h>
int main()
{
int a = 45;
int c = 65;
int d = 75;
int e = 85 ;
printf("age is %d");
}