subject

HURRY HURRY HURRY HURRY

when designing a website whom do you need to consider

a. individuals
b. yourself
c. site owner
d. reviewer

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 22:30
Write a full class definition for a class named player , and containing the following members: a data member name of type string .a data member score of type int .a member function called setname that accepts a parameter and assigns it to name . the function returns no value.a member function called setscore that accepts a parameter and assigns it to score . the function returns no value.a member function called getname that accepts no parameters and returns the value of name .a member function called getscore that accepts no parameters and returns the value of score .this is what i have, aparently this is wrong: class player{private: string name; int score; public: void player: : setname (string n){name =n; }void player: : setscore (int s){score = s; }string player: : getname (){return name; }int player: : getscore (){return score; }};
Answers: 2
question
Computers and Technology, 25.06.2019 14:00
Which of the following exceptions could occur when the following code is run, if the precondition is met? // precondition: a is not null public string dosomething(arraylist a, int b) { int i; string s; for (i = 0; i < = a.size(); i++) { s = (string)(a.get(i)); if (s.length() == b) { return s; } } return null; }
Answers: 1
question
Computers and Technology, 26.06.2019 00:30
Network administration is concerned with which tasks?
Answers: 1
question
Computers and Technology, 26.06.2019 03:00
What information and options can be found on the file tab? check all that apply. a) page margins b) author of the document c) scrollbar settings d) saving a file e)opening a file f) adding a table g) inserting an illustration
Answers: 1
You know the right answer?
HURRY HURRY HURRY HURRY

when designing a website whom do you need to consider
Questions
question
Mathematics, 02.04.2021 17:40
question
Mathematics, 02.04.2021 17:40
question
Mathematics, 02.04.2021 17:40
question
English, 02.04.2021 17:40