/**
* A constructor that takes an existing user as well as a new userID.
* It should create a new user with the newID given (which has the
* same requirements as above), and the same tweets as the old user
* that is being passed in. Information about the number of followers
* or list of users the old user is following should not be copied.
* All other instance variables should be initialized appropriately.
* It may be a good idea to call the other constructor here.
*
*@paramold the existing TwitterUser whose tweets we are copying
*@paramnewID the ID of the new user to be created
*/
publicTwitterUser(TwitterUserold,StringnewID){
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here