It's UWAweek 6

help2002

This forum is provided to promote discussion amongst students enrolled in CITS2002 Systems Programming.
Please consider offering answers and suggestions to help other students! And if you fix a problem by following a suggestion here, it would be great if other interested students could see a short "Great, fixed it!"  followup message.
Displaying selected article
Showing 1 of 1168 articles.
Currently 1 other person reading this forum.


SVG not supported

Login to reply

👍?
helpful
6:19am Thu 26th Oct, Christopher M.

ANONYMOUS wrote:
> I was just wondering if anyone had any clues about how to go about doing question 2 of the 2018 exam? Is it simply just creating a struct with the rows and columns and doing everything else accordingly? I am a bit confused about it all.
While a structure is a possible solution, there are others without one. The spreadsheet described has rows and columns, with each cell/element being a string. You can think of the spreadsheet as a 2D array of strings, or a 3D array of characters.

The University of Western Australia

Computer Science and Software Engineering

CRICOS Code: 00126G
Written by [email protected]
Powered by history
Feedback always welcome - it makes our software better!
Last modified  8:08AM Aug 25 2024
Privacy policy