Skip to content

Instantly share code, notes, and snippets.

@1700863
1700863 / carousel.php
Created November 27, 2018 20:47
CMP204
@1700863
1700863 / dateChanger
Last active September 20, 2017 11:00
Week 3 - Date Changer
#include <iostream>;
using namespace std;
int main()
{
// Declaring Input Variables
int day; int month; int year;
// Asking the user for input