a feature-rich and portable IGCSE/O-Level (0478/2210) pseudocode interpreter written in Python with extension features.
-
Updated
Dec 9, 2025 - Python
a feature-rich and portable IGCSE/O-Level (0478/2210) pseudocode interpreter written in Python with extension features.
SDEV 2210 Project. Create a project that calculates miles per gallon for a given trip, and accumulates the miles and gallons to calculate an overall MPG for the vehicle. Create a class named MPG that includes private instance variables for miles, gallons, and mpg, which are doubles. Add class variables for totalMiles, totalGallons, and totalMPG,…
Create a project that calculates miles per gallon for a given trip, and accumulates the miles and gallons to calculate an overall MPG for the vehicle. Create a class named MPG that includes private instance variables for miles, gallons, and mpg, which are doubles. Add class variables for totalMiles, totalGallons, and totalMPG, which are doubles,…
Add a description, image, and links to the 2210 topic page so that developers can more easily learn about it.
To associate your repository with the 2210 topic, visit your repo's landing page and select "manage topics."