<< Prev Showing: 316-320 of 348 Next >>
· 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 ·Create a function method named GetTimeParts. The function method should get the time of the day from the system, and return a structure having the following elements: CurrentHour, CurrentMinute, and CurrentSecond. Declare the structure, and give it the name CurrentTime. The code in the function method should get the time of day and then store the current hour, minute, and second in the structure members. Use VB.NET programming
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
170912
OTA ID:
105277
Discuss the two types of pages supported by ASP .NET
Discuss the two types of pages supported by ASP .NET. How is an ASP.NET application created? How does an ASP.NET application differ from a desktop application? Explain the structure and syntax of an HTML page.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
170915
OTA ID:
105277
Discuss forms in an MDI application
Describe the difference between standard forms, MDI parent forms, and MDI child forms in an MDI application. How is each type of form created? Give examples of when to use each type of form.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
170916
OTA ID:
105277
Explain when you would use a while loop rather than a for loop and vice versa.
Provide an example of one such instance. How are looping statements different from selection statements? Thank you
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
170945
OTA ID:
105746
Modify the Payroll Program application so it continues to request employee information until the user enters stop as the employee name. In addition, program the application to check that the hourly rate and number of hours worked are positive numbers. If either the hourly rate or the number of hours worked is not a positive value, the application should prompt the user to enter a positive amount. The teacher posted that this is what the program should have looked like: import java.util.Scanner; public class Payroll { public static void main (String args[]) { String name; double payRate; double hours; double weeklyPay; ... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
170956
OTA ID:
105746
<< Prev Showing: 316-320 of 348 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-348 ·Page generated in 0.0956 seconds