CSC112 Spring 2016 Examples
#include "NumberDisplays.h"12345void NumberDisplays::display()6// don't delete the following line as it's needed to preserve source code of this autogenerated element7// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008A0 begin8{9}10// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008A0 end11// don't delete the previous line as it's needed to preserve source code of this autogenerated element1213int NumberDisplays::getNumber()14// don't delete the following line as it's needed to preserve source code of this autogenerated element15// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008A2 begin16{17return 0;18}19// section -84-17-4--36--3c0caeef:15333d15c90:-8000:00000000000008A2 end20// don't delete the previous line as it's needed to preserve source code of this autogenerated element212223