Sesiones de PyR
how to develop a system that can track employee information for an organization. the employee information you must store is as follows: +Name
+sex
+job title
+organization they work for
+birthday
+employee id
the organization should have three departments which has the following attributes
+department name
+city
+department id
-1 Voto
2 Respuestasexception <3
-1 Voto
1 RespuestaWrite a program to return the area of Geometricshapes square and rectangle. Area of square is side*side, rectangle is length*breadth. The controlling class should display the following menu and respond to the userโs selection
Mean
1. Calculate area of square โจ
2. Calculate area of rectangle โจ
3. QuitโจEnter your choice (1-3):
0 Votos
3 RespuestasHelp me
1 Voto
1 RespuestaTrue or false
-2 Votos
1 RespuestaI was playing in the code playground after learning about the String.Concat in the static classes course. I have the following code, and was wondering if it's possible to put a period and space between the two texts, and how to put the second text on the next line.
http://www.sololearn.com/app/csharp/playground/c0rAVF6X3KwP/
-1 Voto
4 Respuestashow to write a program that reads in a character <char> from the keyboard and then displays one of the following messages
1. if<char> is in lowercase letter the message
"the uppercase letter corresponding to char is..."
2. if<char> is in uppercase letter the message
"the lowercase letter corresponding to char is..."
3. of char is not a letter, the message char is not a letter.
0 Votos
3 RespuestasAssign each track runner a roster number and calculate the average age of the team.
As output the program should print the roster in three columns like in the following format:
Roster # Name Age
1 First Name 18
2 Second Name 19
3 Third Name 19
4 Fourth Name 20
5 Fifth Name 18
The average age of the team is 18.80.
-1 Voto
1 RespuestaAssign each track runner a roster number and calculate the average age of the team.
As output the program should print the roster in three columns like in the following format:
Roster # Name Age
1 First Name 18
2 Second Name 19
3 Third Name 19
4 Fourth Name 20
5 Fifth Name 18
The average age of the team is 18.80.
0 Votos
1 Respuestaย Write a C++ program that retrieves all the numbers stored in a data file named LAB1.TXT. As each number is retrieved, it is displayed on the screen. After the end of file is reached, the numbers should be sorted into numerical order and then the result should be displayed
EXAMPLE:ย Assuming LAB1.TXT has the following numbers: 7ย 4ย 12ย 3ย ย ย ย ย ย The output would be Original order:7ย 4ย 12ย 3Numerical order:3ย 4ย 7ย 12
0 Votos
2 RespuestasEn tendencia hoy
Functions in python
2 Votes
How to make a playground
1 Votes
I need advice
1 Votes
Html 5 document question
1 Votes
Python
0 Votes