photo

Shayne Albertson


Active since 2015

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
158,399
of 300,753

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
0

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,837

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


How can I create a battleship game board with a variable size as a char array so that I can edit certain elements of it?
So I have the user input the size of the board they want to play on and I figured out how to do it using for loops and fprintf s...

10 years ago | 0 answers | 0

0

answers

Question


How can I clear all the variables except one before restarting my program?
Is there a way to clear all of the variables except one when I end a game I wrote so that the next time it starts the variables ...

10 years ago | 1 answer | 0

1

answer

Question


How can I create a battleship game board with a variable size as a char array so that I can edit certain elements of it?
So I have the user input the size of the board they want to play on and I figured out how to do it using for loops and fprintf ...

10 years ago | 1 answer | 0

1

answer

Question


How can I make a text file that I can edit after each time I run a program?
I want to print *to a text file* the name, score, and board size of the user once a user has completed a simple game I designed....

10 years ago | 2 answers | 0

2

answers