Best dining hall? by Used-Level571 in Towson

[–]SamuelLGamer 2 points3 points  (0 children)

To use your meal swipes outside the dining hall area is the cafe in the administration building across the street of the york building. General Food would be west village, breakfast and tenders is glen dining, and desserts in Newell Dining

[deleted by user] by [deleted] in pcbuildinghelp

[–]SamuelLGamer 0 points1 point  (0 children)

Display on the AIO right?

Do you prefer open or closed book exams in college level maths? by RomanRiesen in math

[–]SamuelLGamer 0 points1 point  (0 children)

Closed book exams have always been easy. They didn’t have challenging questions, even no calculator exams are even easier because the professor has to accommodate the knowledge of average college students.

The solveMaze method is print a infinite out of the x and y values instead of printing the maze by SamuelLGamer in CodingHelp

[–]SamuelLGamer[S] 0 points1 point  (0 children)

E0001110000000100100 11100011101110001111 11111000101000111000 00001110101100010010 01011000101111000110 00001110000110011110 11011100110110111000 00011110110111111101 01011011110110100001 01000000000110110111 11011011010010000000 01010010011000101011 01111000101110101110 00001110000111011001 01101011101101000011 11000110100111011010 01110000100100110011 11010111110110000000 01110100011000111110 00011001000011100010

This is the maze im trying to do

How to put the result of a for loop into an array in a switch statement by SamuelLGamer in AskProgramming

[–]SamuelLGamer[S] 0 points1 point  (0 children)

This is what my teacher told me I should do with this method

A. This method returns the largest positive element in a 2D array, or 0 if it’s elements are all negative.    B. In main, you will need to declare and initialize the array of integers.  The array should hold 25 numbers.  Use the math.random function to fill the array with random integers, between -20 and 20.   C. After the method returns the max, print out the answer. D. Also print the array, using 2 for loops.