Problem I created a simple calculator with multiplication, division, addition, and subtraction. Is there a way to write it shorter? […]
Category: Console
Python cat, aka Unix Meow
Problem I have used linux and Windows interchangeably over the last time, and I got used to the more comfortable […]
The user-facing part of the code base, using Python’s argparse package
Problem This question is a sequel to one I asked the other day. The previous question examined the core of […]
ATM Console Program with Java
Problem I am a freshman Computer Engineering student. Variable names are pretty straightforward; I believe it would be easy to […]
Finding largest prime factor from inputted number
Problem This is my first C# console application. This program asks for an input of a number, and finds the […]
Simple Capital City Quiz in Python3
Problem I’ve written this very simple quiz program, I’m trying to get to grips with OOP (Object Orientated Programming), so […]
Chat Viewer working with files
Problem I am writing a textual chat app for exercise purposes. All Chatters using my program have access to a […]
Handling console application commands/input
Problem I am new to c++ and as a project to learn the language I have been working on a […]
Read stdin like a dictator
Problem Rags. Introduction All too often I find myself wanting to allow only a certain list of characters to be […]
Repetitive validation of Console inputs
Problem I have this code that asks the user for inputs and validates the inputs if they are Integers (no […]