Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for abarlowa

I need help, I am getting an error on line 2. It says ; is expected but one is already there. Can someone tell me what I am doing wrong? [CODE]//Input String input; //Process while (input != ("!")) { if (input == "A" || input == "a") { Console.WriteLine("OK"); } …

Member Avatar for jonsca
0
78
Member Avatar for abarlowa

What is wrong with my code? Prompt user for hourly rate. If less than $5.65 or greater than $49.99 display error message. [CODE]{ //declare variables const double HIGH = 49.99; const double LOW = 5.65; double HourlyPayRate //input Console.Write("Enter your hourly pay rate:"); HourlyPayRate = Convert.ToDouble (Console.ReadLinne()); //output if (HourlyPayRate …

Member Avatar for herbie643
0
82
Member Avatar for abarlowa

ok I am trying to convert find cost per sq yd. in $$.$$ format. I have all the coding correct except it has more than two decimal places. Here is my code: [CODE]//delcare const const int number = 9; //declare variable double length; double width; double area; double cost; double …

Member Avatar for abarlowa
0
152
Member Avatar for abarlowa

I need help with the errors in my code. Here is my pseudocode along with my program code following: [B][U]This is my pseudocode:[/U][/B] Start Declare Variable int length int width int area Print (“Enter length of room in ft.: “), Input length Print (“Enter width of room in ft.: ”), …

Member Avatar for abarlowa
0
1K
Member Avatar for abarlowa

[COLOR=#000000]Please help! When I click on certain links it closes out all the window(s) I have open (1 or 2). Thanks.[/COLOR] [COLOR=#000000][/COLOR] [COLOR=#000000]Logfile of HijackThis v1.99.1[/COLOR] [COLOR=#000000]Scan saved at 10:02:17 PM, on 9/22/2006[/COLOR] [COLOR=#000000]Platform: Windows XP SP2 (WinNT 5.01.2600)[/COLOR] [COLOR=#000000]MSIE: Internet Explorer v6.00 SP2 (6.00.2900.2180)[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]Running processes:[/COLOR] [COLOR=#000000]C:\WINDOWS\System32\smss.exe[/COLOR] …

Member Avatar for abarlowa
0
101