3 Topics

Member Avatar for
Member Avatar for nekoleon64

[ICODE]#include <iostream> using namespace std; void GetRoomTiles(int WidthFeet, int WidthInches, int &TotalWidth, int LengthFeet, int LengthInches, int &TotalLength, int TileSize, int &RoomTiles); void GetTotalTiles(int RoomTiles, int &TotalTiles); void GetNumberOfBoxes(int TotalTiles, int TileBoxes, int &ExtraTiles, int &NumberOfBoxes); int main() { int NumberOfRooms; int TileSize; int WidthFeet, WidthInches, TotalWidth; int LengthFeet, LengthInches, …

Member Avatar for VernonDozier
0
277
Member Avatar for nekoleon64

My name is Leonard Norwood Jr. If anyone knows a program that will estimate the number of boxes of tile needed for a job. A job is estimated by taking the dimensions of each room in feet and inches and converting these into a multiple of the tile size (rounding …

Member Avatar for nekoleon64
0
531
Member Avatar for Brian.oco

Monday is upon us, and thoughts on Wall Street turn away from turkey and football to key companies issuing quarterly earnigns statements this week. It's a particularly crucial period for computer makers, video game companies, digital camera companies - in short - - any company with a potential gift to …

0
187

The End.