Programming Examples

Program to Convert Days into week and days Format


Write a program to input number of days from user and display it, week and days format.

For Example

input is : 20 days

then output is:

2 week and 6 days.

Solution

#include<stdio.h>
int main()
{
	int days,week;
	printf("Enter the Number of Days  ");
	scanf("%d",&days);
	week=days/7;
	days=days%7;
	printf("%d week and %d days ",week,days);
	return 0;
}
Output


CCC Online Test Python Programming Tutorials Best Computer Training Institute in Prayagraj (Allahabad) Online Exam Quiz O Level NIELIT Study material and Quiz Bank SSC Railway TET UPTET Question Bank career counselling in allahabad Best Website and Software Company in Allahabad Website development Company in Allahabad