Search found 2 matches

by James
Mon May 27, 2013 1:41 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Qbasic problem! Please help!
Replies: 4
Views: 12589

Sounds like homework to me. I'll let it slide though if you post some attempts at a solution. You will need to scan the digits as text and convert them to numerical values to work with the exponent values then convert that value back to see if they match. well I tried this... IF a*1000 + b*100 + c*...
by James
Sun May 26, 2013 3:55 am
Forum: QBASIC and QB64 Questions & Answers
Topic: Qbasic problem! Please help!
Replies: 4
Views: 12589

Qbasic problem! Please help!

OK, I think QBasic, is an interesting programming language... I am only just a starter though, so I have some difficulties. Yesterday I saw a really interesting problem: "Number 1634 is really interesting, because it can be expressed as 1634 = 1^4 + 6^4 + 3^4 + 4^4. Write the program that can f...