This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import javax.swing.JOptionPane; | |
| public class CircuitBoard | |
| { | |
| public static void main(String [] args) | |
| { | |
| String answer; | |
| double retailPrice; | |
| double profit; | |
| double rate = 0.4; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <body style="margin-top: 60px;"> | |
| <div class="jumbotron" style="margin-left:auto; margin-right:auto; width:80%"> | |
| <div class="container"> | |
| <h1 style="text-align: center";>Nikola Tesla</h1> | |
| <h3 style="text-align: center";>The Poor Man's Genius</h3> | |
| <img class="img-responsive" src="https://upload.wikimedia.org/wikipedia/commons/2/20/Nikola_Tesla%2C_with_his_equipment_Wellcome_M0014782.jpg" alt="Nikola Tesla sitting next to Tesla Coil"/> | |
| <figcaption style="background-color: white; padding: 10px;">Nikola Tesla pictured next to his infamous creation the Tesla Coil</figcaption></div> | |
| <h2 style="text-align: center;">Chronological timeline of Nikola Tesla</h2> | |
| <ul> | |
| <li>1856 - July 10th, born during a thunderstorm in Austria-Hungary.</li> |