int dislikes = int(dislikesString.replace(",",""));
println(likes);
println(dislikes);
}
}
return likes;
}
I need my video to play from the number of likes plus thel number of dislikes multiplied by the set amount of milliseconds.
Would really appreciate anyone who can help me rewrite this code to get a getDislikes function to multiply with the getLikes function. Very new to this, hope someone can help me out. Thank you.