This file contains 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
#include<iostream> | |
/**************************************************************** | |
* Name: Patrick Rice | |
* Date: 7/8/2017 | |
* Description: This program asks the user how many integers they | |
* would like to evaluate, and then prompts the user said number | |
* of integers. The evaluates each input and finds the min and | |
* max of the range. | |
***************************************************************/ |
This file contains 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
<div class="container center " onclick="myFunction(this)" > | |
<div class="bar1"></div> | |
<p class="bar2">menu</p> | |
<div class="bar3"></div> | |
</div> | |
<ul id ="mobile-menu" class="menu-hidden"> | |
<li><a>item 1</a></li> | |
<li><a>item 2</a></li> | |
<li><a>item 3</a></li> | |
</ul> |