You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
🚀 My C++ learning journey from the first semester! Explore my progress, assignments, and projects as I dive into the world of coding with C++. Feel free to learn and grow with me! 💻✨ #Cplusplus #LearningToCode
Welcome to my Java Program journey! This repository showcases my exploration and mastery of Java programming with a focus on Object-Oriented Programming (OOP) principles.. You'll find a range of programs, from basic concepts to advanced, demonstrating my skills and passion for software development. Join me & Welcome for any Contribution.
This C++ TODO list project allows users to manage their tasks by adding, updating, deleting, and viewing tasks. It uses file handling for data persistence, providing a simple and efficient way to organize tasks.
Hello! I'm Mubeen Channa, a Computer Science student passionate about coding and technology. This GitHub repository is where I share my projects and explore new ideas. I love learning and experimenting with new concepts in the field of Computer Science. Feel free to explore my projects and reach out if you have any questions or suggestions!
✨ Welcome to my first semester web development journey! This repository is a comprehensive collection of my daily learnings in HTML, CSS, and JavaScript. Explore a variety of projects and exercises that highlight my progress and passion for web development. Dive in to see how I transform ideas into interactive web experiences!
This Currency Converter program in C++ allows users to convert an amount from one currency to another based on the current exchange rates. The program provides a simple and efficient way to perform currency conversions, making it useful for both beginners learning C++ and professionals needing a quick tool for currency calculations.
This C++ program provides a simple way to convert temperatures between Celsius and Fahrenheit. It features an intuitive command-line interface that allows users to select the type of conversion and enter the temperature they wish to convert. The program then calculates and displays the converted temperature.
This C++ project is a random password generator that creates passwords of varying lengths using a mix of characters. It offers a simple command-line interface for users to specify the password length. The program ensures randomness by using the rand() function with the current time.
Welcome to my C++ calculator! 🧮 Developed by Muhammad Mubeen Channa, this calculator does it all. From basic arithmetic (addition, subtraction, multiplication, division) to trigonometry (sine, cosine), exponentiation, and logarithmic calculations - it's got you covered. Explore the magic of math with this simple and advanced calculator! ✨
The Quiz Game is a fun, interactive console application that tests your knowledge with multiple-choice questions. It calculates your score based on correct answers and provides instant feedback. Perfect for learning and challenging yourself!
This C++ program calculates the grade of a student based on the marks obtained in 5 subjects. It prompts the user to enter the marks for each subject and then calculates the average.