Computers & Internet Logo

Related Topics:

Posted on Jan 10, 2011
Answered by a Fixya Expert

Trustworthy Expert Solutions

At Fixya.com, our trusted experts are meticulously vetted and possess extensive experience in their respective fields. Backed by a community of knowledgeable professionals, our platform ensures that the solutions provided are thoroughly researched and validated.

View Our Top Experts

Draw a flowchart to enter a number from 1 to 7 and disply the corresponding day of the week. hint: 1 = sunday

1 Answer

Anonymous

Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

  • Master 327 Answers
  • Posted on Jan 10, 2011
Anonymous
Master
Level 3:

An expert who has achieved level 3 by getting 1000 points

All-Star:

An expert that got 10 achievements.

MVP:

An expert that got 5 achievements.

Vice President:

An expert whose answer got voted for 100 times.

Joined: Dec 24, 2010
Answers
327
Questions
0
Helped
95097
Points
1344

Program days;
uses crt;
var
m,n:integer;
begin
clscr;
write('enter number of day');
readln(n);
m:=n mod 7;
case m of
1:write('sunday');
2:write('monday');
3:write('tuesday');
4:write('wednesday');
5:write('thursday');
6:write('friday');
7:write('saturday');
end;
end.

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

Change time on phone power max 5.8

If you have the TRU5885 model, or similar...

Setting clock to correct time:

1) Press menu.The system announces the current time. The message counter displays the day of the week (from Sunday to Saturday).

2) Press >>' or '<< until you're on correct day. It announces the day while the corresponding number for day of the week appears on base.

3) Press set/ringer to select the day.

4) Press >>' or '<< until you're on correct hour setting.The number for hour appears on the base.

5) Press set/ringer to select the hour.

6) Press >>' or '<< until you're on correct minute setting.The numbers for minutes appear on the base.

7) Press set/ringer to select the minute.

8) Press >>' or '<< until you hear correct AM or PM setting.

9) Press set/ringer to select the AM/PM setting.

A confirmation tone sounds, the system announces "time". The day and time are announced.


The page from the manual can be found here: http://www.manualslib.com/manual/184797/Uniden-Tru5885.html?page=46&term=time&selected=15

Complete manual: Uniden TRU5885 User Manual
0helpful
1answer

Change time-hour

If you have the TRU5885 model, or similar...
Setting clock to correct time:
1) Press menu.The system announces the current time. The message counter displays the day of the week (from Sunday to Saturday).

2) Press >>' or '<< until you're on correct day. It announces the day while the corresponding number for day of the week appears on base.

3) Press set/ringer to select the day.

4) Press >>' or '<< until until you're on correct hour setting.The number for hour appears on the base.

5) Press set/ringer to select the hour.

6) Press >>' or '<< until you're on correct minute setting.The numbers for minutes appear on the base

7) Press set/ringer to select the minute.

8) Press >>' or '<< until you hear correct AM or PM setting.

9) Press set/ringer to select the AM/PM setting.

A confirmation tone sounds, the system announces "time". The day and time are announced.


Here is the manual for this particular model (TRU5885):
Uniden TRU5885 5885 2 Quick Easy Steps Manual
0helpful
1answer

Draw a flowchart to accept two numbers and any one of the following characters: +, -, *, or /. Based on the character entered,

Draw a flowchart to accept two numbers and any one of the following characters: +, -, *, or /. Based on the character entered,
1helpful
1answer
3helpful
1answer

Draw a flowchart to enter a number from 1 to 7 and display the corresponding day of the week.

Dunno what language you need but it'd be a simple:
User Input -> if 1 -> "Sunday" '-> else if 2 -> "Monday" '-> else if 3 -> "Tuesday" '-> else if 4 -> "Wednesday" '-> else if 5 -> "Thursday" '-> else if 6 -> "Friday" '-> else if 7 -> "Saturday" '-> else -> "Invalid input entered"
8helpful
1answer

Year lo 1 time month lo 2 times weekly 4 times rojulo 6 times vachedi enti ?

year lo 1 time(12 months: 1+2=3 odd)
month lo 2 times(1 week and 3 week these are odd numbers)
week lo 4 times(1 Sunday, 3 Tuesday, 5 Thursday, 7 sat day)
day lo 6 times( 1o clock, 3,5,7,9,11)
3helpful
3answers

Write algorithm that displays the first N numbers in Fibonacci

Try this site, I think it gives you the best answer:

http://www.scribd.com/doc/10396888/Flowchart-of-Fibonacci-Number-Display-and-Summation
Not finding what you are looking for?

406 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

Brad Brown

Level 3 Expert

19187 Answers

Cindy Wells

Level 3 Expert

6688 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...