fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. // your code goes here
  5. #include <stdio.h>
  6. int main(){
  7. int age=32;
  8. float heith=5.6;
  9. printf("The age is %d/n",age);
  10. print("The Heith is %d/n",heith);
  11. return 0; }
  12.  
  13. return 0;
  14. }
  15.  
Success #stdin #stdout 0s 5308KB
stdin
Standard input is empty
stdout
Standard output is empty