Calculate height

From , 5 Years ago, written in C, viewed 244 times.
URL https://pastebin.vip/view/c65d7bd7
  1. #include <stdio.h>
  2. #define DIFEEERENCE_OF_HIGH 10
  3. int main(void)
  4. {
  5.         int height_Eissa, height_evri, height_miska;
  6.  
  7.         /******************************************
  8.         *    This program will output height      *
  9.         ******************************************/
  10.        
  11.         printf("Enter Elissa's height");
  12.         scanf_s("%d", &height_Eissa);
  13.         printf("\a中文测试\n\n");
  14.         height_evri = 170;
  15.         height_miska = DIFEEERENCE_OF_HIGH + height_Eissa;
  16.         //Output result
  17.         printf("Name\tHeight\nElissa\t%dcm\nevri\t%dcm\nmiska\t%dcm", height_Eissa, height_evri, height_miska);
  18.         return 0;
  19. }

Reply to "Calculate height"

Here you can reply to the paste above

captcha

https://burned.cc - Burn After Reading Website