Skip to content

CodeAndCourse

  • HTML
  • PHP
  • MySQL

basic input and output

WAP to convert weight from kg to pound

May 28, 2020November 30, 2019

Write a program that requests a user to enter weight in kg in c programming. The program converts it in pounds (pound = 2.2*kg).

Read moreWAP to convert weight from kg to pound

WAP to calculate the area of a triangle

May 28, 2020November 30, 2019

Write a program to calculate the area of a triangle with sides a, b, and c.

Read moreWAP to calculate the area of a triangle

WAP to calculate the area and circumference of a circle

May 28, 2020November 30, 2019

Write a program to read the radius of a circle and to compute its area and circumference. Use a symbolic constant to define the value of π. /* Write a program to read the radius of a circle and to compute its area and circumference. Use a symbolic constant to define the value of pie …

Read moreWAP to calculate the area and circumference of a circle

WAP to accept temperature in Fahrenheit and convert it into degree Celsius

May 28, 2020November 30, 2019

Write a program to accept temperature in Fahrenheit and convert it into degree Celsius

F = (C*9/5)+32

Read moreWAP to accept temperature in Fahrenheit and convert it into degree Celsius

WAP using printf() function and different escape sequences

May 28, 2020November 30, 2019

Write a program using printf() function and different escape sequences to give the output.

printf() function

Read moreWAP using printf() function and different escape sequences

Ads

Ads

  • Privacy Policy
© 2021 Code And Course