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
A C++ program takes user input to draw either a tree or a smiley face using ASCII art. It defines two functions, `drawTree()` and drawSmiley(), which are called based on the input. If the input is invalid, it displays "Unknown drawing!".
Welcome to the JavaScript Basics repository! This repo is designed to help you learn and understand the core concepts of JavaScript, one of the most popular programming languages for web development. Whether you are a beginner looking to get started or someone wanting to brush up on their skills.
This repository contains a collection of C programs covering basic to advanced concepts, including arithmetic operations, loops, recursion, number manipulations, and pattern printing. Each program is well-documented for easy understanding and learning.
A C++ console game by Nathanlie Ortega. Players guess a number between random bounds (100–200), gaining/losing points per guess. Features one bound display, dynamic bounds, menu-driven interface with enumerated types, name validation, point tracking, and game-over points run out or player exist.
C++ console app by Nathanlie Ortega for managing student records. Supports add/remove/display/search, exports averages (drops lowest of 5+ scores), uses structs, dynamic memory, file I/O, and a menu-driven interface with enums.
Java Intro || provides hands-on practice with core Java concepts. You'll implement methods utilizing control structures, logical operators, and method overloading, while focusing on handling various inputs and edge cases. It's a practical exercise to strengthen your foundational Java skills.
Welcome to my C programming learning repository! Here, I'll be uploading my C programming projects, exercises, and learning materials as I progress in my journey to master the C programming language.
In this file, I've tackled 70 problems across various difficulty levels, including basic, medium, advanced, and challenging. Through solving these problems, I've significantly enhanced my proficiency in control flow techniques.