Skip to content
View Khushi27-agg's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Khushi27-agg

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. Hello-World Hello-World Public

    This is my first github project.

    C++

  2. Student-Management-System Student-Management-System Public

    This is a student management system using C++.

    C++

  3. C-Quiz C-Quiz Public

    An interactive console-based Quiz Game developed in C++ that allows users to attempt multiple-choice questions and view their scores through a simple menu-driven interface.

    C++

  4. Factorial-using-cpp Factorial-using-cpp Public

    # Day 01 – Factorial Using OOP (C++) This program demonstrates the calculation of a factorial using **recursion** and **Object-Oriented Programming** concepts in C++. ## Concepts Used - Classes and…

    C++

  5. Leap-Year-Checker- Leap-Year-Checker- Public

    This program checks whether a given year is a **leap year** using standard logical conditions in Java.

    Java

  6. Star-Pattern Star-Pattern Public

    Day 3 of my coding challenge focuses on implementing various star (*) patterns using nested loops in C++. This challenge helped me strengthen my understanding of loop control, conditional logic, an…

    C++