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
    
  
  
    
  | <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> | |
| <!-- <ol class="carousel-indicators"> | |
| <li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li> | |
| <li data-target="#carouselExampleIndicators" data-slide-to="1"></li> | |
| <li data-target="#carouselExampleIndicators" data-slide-to="2"></li> | |
| </ol> --> | |
| <div class="carousel-inner"> | |
| <div class="carousel-item active" style="background-image: url(content/images/pages/home/Band.png)"></div> | |
| <div class="carousel-item" style="background-image: url(content/images/pages/home/Crowd.jpg)"></div> | |
| <div class="carousel-item" style="background-image: url(content/images/pages/home/Immersion.jpg)"></div> | 
  
    
      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
    
  
  
    
  | #include <iostream>; | |
| using namespace std; | |
| int main() | |
| { | |
| // Declaring Input Variables | |
| int day; int month; int year; | |
| // Asking the user for input |