subject
Computers and Technology, 23.03.2021 23:00 carog24

Ok so im 12 -lol- kids im my school are sm0king and the teacher does not care. i keep wondering if i should start the kids say if i start i will be one of them and they are so popular the lunch lady gives them cookies every day i know its hella weird
but should i start?
:P ty btw worth 46 pts UwU

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 08:10
Ihave a music player on my phone. i can buy songs, add them to playlists and play them. obviously it would be redundant to store each song in each playlist; each playlist is just a list of pointers to the songs. for this lab you will simulate this behavior. your program will need to have options to: add songs to the system library (you will store the text of the first line of the song, rather than the audio) add playlists add songs to a playlist list playlists play a playlist list all of the songs in the library with a count of how many times each song has been played remove a song from a playlist remove a playlist remove a song from the library (and thus from all playlists that contain it) note that we will not be checking many error cases. in real programming this would be bad, you should usually try to recognize and respond to as many types of errors as you can. in the context of class we are trying to acquaint you with as many concepts as possible, so for the sake of educational efficiency we will not be checking most errors in this lab, you may assume that your user provides correct input. you may add all appropriate error testing if you wish, but we will not be testing for it.
Answers: 2
question
Computers and Technology, 22.06.2019 10:30
Choose the best explanation for the following statement communication is symbolic
Answers: 3
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, 23.06.2019 04:31
Selling a product through an electronic medium is
Answers: 1
You know the right answer?
Ok so im 12 -lol- kids im my school are sm0king and the teacher does not care. i keep wondering if i...
Questions
question
Mathematics, 12.11.2020 18:30
question
Chemistry, 12.11.2020 18:30
question
English, 12.11.2020 18:30
question
Mathematics, 12.11.2020 18:30
question
Health, 12.11.2020 18:30
question
Mathematics, 12.11.2020 18:30
question
Arts, 12.11.2020 18:30
question
Mathematics, 12.11.2020 18:30
Questions on the website: 13722362