Upgraded Atari 1024STf
Saturday, October 31, 2009
[Gerritt] wanted to give his crippled Atari 1024 STf a new purpose in life. He cracked it open and set to work filling it with some modern components. The keyboard from the nearly 25-year-old dinosaur doesn’t have all the keys we’re used to, nor did they all work, so he replaced the original with a 101 key model. The internal hardware was replaced with a microATX board, a picoPSU, Bluetooth and WiFi transceivers, a hard drive, and a slot-fed DVD drive. He even rebuilt the original mouse to use the circuitry from an optical mouse.
The final product is a 1.6GHz Pentium Mobile with one gig of ram. Now he has no need to pick up an EEE Keyboard PC when they hit the market.
2 komentar:
Alright. Ive been at this problem for a few days know and cant figure out what's wrong with my coding.
The Problem: Create a method called displayPerfectNumber in your own class named myMath. The method displayPerfectNumber asks a user to enter a integer number and displays every perfect number from 1 to the input integer number. A perfect number is one that equals the sum of all the numbers that divides evenly to into it. For example, 6 is perfect because 1,2 and 3 divide evenly into it, and their sum is 6; however, 12 is not a perfect number because 1,2,3,4, and 6 divide evenly into it, and their sum is greater than 13. Write a main method to call the method displayPerfectNumber.
what's wrong with my coding.
Post a Comment