Un-Answered Questions { Programming Languages }

formula to convert 2500mmh2o into m3/hr

495


int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

833


How to explain the final year project as a fresher please answer with sample project

467


Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"

1582


What will the code below print when it is executed?   int x = 3, y = 4;         if (x = 4)                 y = 5;         else                 y = 2;         printf ("x=%d, y=%d ",x,y);

1356


I am from non technical Background. In how many days I can learn the python? and What I need to do for that?

1881