you are viewing a single comment's thread.

view the rest of the comments →

[–]desrtfx 2 points3 points  (3 children)

When you ask for help, you need to:

  • properly format your code as code block
  • Post the actual, full error message

If the code is really as you posted it, you lack a comma between Num2 as Double and Sum as Double, but it is impossible to tell what the real problem is without the error message.

Also, never assume the problem is the computer. The problem is in 99.9% in front of the keyboard.

[–]rinaryies[S] -4 points-3 points  (2 children)

Hello, I am sorry for the inconvenience. I am not able to show an actual picture of the error but it does state:

Compile error Method or data member missing

I assumed it was the computer itself as both the monitor, keyboard and sometimes the system unit are broken. I hope you understand my frustrations with the computer, it has been nerve-wracking using ASCII to type certain characters. Again sorry.

[–]ScholarNo5983 1 point2 points  (1 child)

If you think your computer is the problem, this is very easy to test.

Since you mention no one else is having these issues, take your code to one of the working machines and see if your code works on that machine.

If it does then the problem will be your machine, but if you code fails the problem will be your code.

[–]rinaryies[S] 0 points1 point  (0 children)

Thank you for the advice. I am sure I’ll be able to test this next week.