> > > C:\>Nirdesh Announcement - 15.09.23
|#include <iostream> #include <string> using namespace std; int main() { string event = "Nirdesh Announcement"; string date = " 15 September 2023"; cout << event + " on " + date; return 0; }
========================================================= > > > > > C:/>Registration starts - 17.09.23
|<?php $event = "Nirdesh Registration Starts on "; echo "<h2>" . $event . "</h2>"; echo "Date: 17-09-2023"; ?>
========================================================= > > > > > C:/>Registration ends - 05.10.23
|using System; namespace MyApplication { class Program { static void Main(string[] args){ Console.WriteLine("Nirdesh Registration Ends on 05-10-23"); } } }
========================================================= > > > > > C:/>Contest Starts - 07.10.23 at 09:30 AM
|fn main() { let date = 07-10-23 //The fun begins println!("Contest starts on - {}", date); }
========================================================= > > > > > C:/>Prize Distribution - 07.10.23 at 05:30 PM
|event = "Prize Distribution" date = "07-10-23" time = "05:30 PM" print(event + date + time)