Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~746 People Reached
About Me

Determined

Favorite Tags
Member Avatar for Mz. Jackee

I need to make a Web page form to input the name (First, Last, MI), address (full), home Phone, work Phone, department, position and base salary. This is what I have come up with: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html xmlns= "http//www.w3.org/1999/xhtml" xml:lang:="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; …

Member Avatar for mattskills
0
174
Member Avatar for Mz. Jackee

I need to write a console-based program that accepts a user's message and determines whether it is short enough for a social networking service that does not accept messages of more than 140 characters. I don't know anything about console-based programs and really need some help.

Member Avatar for Mz. Jackee
0
203
Member Avatar for Mz. Jackee

I need help writing a program that declares a minutes variable to represent minutes worked on a job, and assign a value to it. Display the value in hours and minutes. For example, 197 minutes becomes 3 hours and 17 minutes. Unfortunately, I don't know much about programming...so, any information …

Member Avatar for tinstaafl
0
97
Member Avatar for Mz. Jackee

I am working on this problem and I got a pretty good idea of what I am doing...but, I don't know if I am doing it correctly. I already worked the problem out...but, need some assistance and I'm not trying to get you to do my homework for me, just …

Member Avatar for Mz. Jackee
-1
150
Member Avatar for Mz. Jackee

If X[0], X[1],...., X[N - 1] is a list of N numbers and the mean (average) of these numbers is M, then we define their standard deviation to be the square root of the number: ((X[0] - M)^2 + (X[1] - M)^2 + ... + (X[N] - M)^2) / (N …

Member Avatar for Netcode
0
118