Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~398 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for supertechnewbie

I tried to make a try-catch block in a program but when an exception occurs, it doesn't do what I intended int num = 0; boolean noException; Scanner keyboard = new Scanner(System.in); while (true) { noException = true; System.out.print("Enter a number or 0 to exit: "); try { num = …

Member Avatar for mvmalderen
0
146
Member Avatar for supertechnewbie

I'm trying to make a program on my TI-84 Plus Silver Edition that uses arrays (so I'm using a single row matrix to do so) but I can't figure out how to index matrices. How do you do this on TI calculator programs? By indexing, I mean this (the following …

0
48
Member Avatar for supertechnewbie

recently my internet connection has been randomly disconnecting, and after a few minutes it can reconnect. I wirelessly connect to the router, and the router is an apple air port. When internet is connected, like right now, the connection strength has full bars. I use an Inspiron 1420, and the …

Member Avatar for brandonrunyon
0
204