Skip to content

Instantly share code, notes, and snippets.

View mm-uddin's full-sized avatar

Mohammad Moslem Uddin mm-uddin

View GitHub Profile
@mm-uddin
mm-uddin / PyramidSolution
Created December 22, 2015 08:04 — forked from NatashaTheRobot/PyramidSolution
This is the solution to the Pyramid problem from Assignment 2 of the Stanford CS106A Introduction to Programming Methodology Class
/*
* File: Pyramid.java
* Name:
* Section Leader:
* ------------------
* This file is the starter file for the Pyramid problem.
* It includes definitions of the constants that match the
* sample run in the assignment, but you should make sure
* that changing these values causes the generated display
* to change accordingly.