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
Interests
surfing the web, watching jay leno show
PC Specs
Windows
Member Avatar for jake43

When I turn on my computer, it would say NLDR missing Press ALT CTRL DEL to restart the computer. Does anyone have an idea? I tried recovery tools but when it gets to 77%, it would say that the file is corrupted. I also tried to format the hard drive …

0
50
Member Avatar for jake43

If you are worried about your computer infected with a virus, I would highly recommend that you install the following open source programs: Microsoft Security Essentials- download it from microsoft website. It will get rid of viruses, spywares, etc... or avast- free antivirus or comodo-free Remember you should only have …

Member Avatar for jake43
0
79
Member Avatar for Helpmycomp.

So today I got about 12 virus from a link, which was stupid of me but now i know. I disconnected my internet cord so nothing else could be downloaded. anyways I tried to run malwarebytes which was already installed on my computer so I click the shortcut, but it …

Member Avatar for jake43
0
165
Member Avatar for jake43

How to compute surface area of an object? Write a program that computes the surface area of an object. The user will choose a circle, rectangle or triangle. The program will prompt the user for the values needed (radius, 2 sides or base & height), then show the answer. Requirements: …

Member Avatar for serkan sendur
0
204
Member Avatar for jake43

Can anyone help me to program standard deviation? Here is the instructions for this program: Write a program that takes as input five integers and outputs the mean and standard deviation of the numbers. If the numbers are val1, val2, val3, val4 and val5, the mean = (val1 + val2 …

Member Avatar for Tom Gunn
0
615
Member Avatar for jake43

I need help to sort this numbers, but the problem is it won't like i want it to be with the decimals. I tried changing the int to double but then the program will not run. Here is the code, please provide feedback. [code=cplusplus]#include<iostream> using namespace std; // function prototypes …

Member Avatar for mrnutty
0
203
Member Avatar for jake43

I need help to write this program. Create a data file that contains 15 integers, some positive and some negative. You may create the file in Notepad or any other text editor software. Save the file to the same folder your program will be in. Write a program that reads …

Member Avatar for poncho4all
0
84
Member Avatar for jake43

I am new to c++ and i advice for this particular assignment. I new to programming. The instruction is to use while loop for the two output process and for loop for the other 2 output. #include <iostream> #include <iomanip> #include <math.h> using namespace std; int main() { system("color 4"); …

Member Avatar for VernonDozier
0
109
Member Avatar for jake43

I have an issue with this assignment, the instructor says that I use the brackets incorrectly that is why the program will not compile. Please provide feedback to correct program. #include <iostream> using namespace std; int main() { system("color 4"); restart: int number, ans; number = rand() % 100 + …

Member Avatar for Salem
0
199
Member Avatar for jake43

I don't understand why this program will not compile please help. This is what the program supposed to do. After the correct number is guessed or all five guesses are used and the correct number is not guessed, the user will see a message that shows the secret number and …

Member Avatar for SeeTheLite
0
96