for (int=0;i<infinity;i++)
{
tsm signNewPlayers;
tsm lose;
tsm getChmistry;
tsm lose;
tsm drop;
}
Vortexy [#2]kekw is this C or C#
c or c++ or java , same syntax i think cotlin too have same syntax
dexter000111 [#7][Error] 'infinity' was not declared in this scope
nope thats just part of the code, pay me 2k and i will give u full source code
Ahmed_Fadel [#9]nope thats just part of the code, pay me 2k and i will give u full source code
I can tell you're new to coding
All g
dexter000111 [#10]I can tell you're new to coding
All g
yea new 4 years of coding with about 10 diffrent language
Ahmed_Fadel [#11]yea new 4 years of coding with about 10 diffrent language
and you still write "i < infinity"
Ask your uni for a refund
dexter000111 [#13]and you still write "i < infinity"
Ask your uni for a refund
i told u thats part of the code, who know i may declared a variable name infinity ++ thats a joke i dont have to write an actual working code
idkmate99 [#3]You're over complicating it.
while(!winning) {
dropPlayerWhoIsntTheIssue();
signNewPlayerWhoWontFixTheIssue();
}Unfortunately, they haven't been able to ever leave the loop. Also, the team has never had good chemistry.
genius, writing notes now
Ahmed_Fadel [#14]i told u thats part of the code, who know i may declared a variable name infinity ++ thats a joke i dont have to write an actual working code
There's no value you can initialize a variable with that will keep iterating that loop infinitely
Either use a while loop or use for(int i=0; i>=0; i++)
Plus if you wanna make a joke at least make it accurate SMH
Ahmed_Fadel [#8]no error
tsm is a class
infinity is a variable
Class name must starts with uppercase
tsm => Tsm
if signNewPlayers is a function/ method of class Tsm
then
Tsm.signNewPlayers();
Still no errors???????
Y'all making it too complicated. Here's the true source code of TSM. They use javascript.
function tsmSourceCode() {
function matchResult() {
let wonOrLost = prompt("Please enter the result");
return new Promise(function (resolve, reject) {
console.log("Processing the result")
setTimeout(() => {
if (wonOrLost === "won") {
resolve("Team was not changed");
}
else {
reject("Team was changed");
}
}, 1500);
})
}
async function tsmDecision() {
try {
let result = await matchResult();
ifWon(result);
}
catch (err) {
ifLose(err);
}
}
tsmDecision();
}
tsmSourceCode();
function ifWon(res) {
console.log(res);
}
function ifLose(rej) {
console.log(rej)
}
i_eat_chips [#20]Y'all making it too complicated. Here's the true source code of TSM. They use javascript.
function tsmSourceCode() { function matchResult() { let wonOrLost = prompt("Please enter the result"); return new Promise(function (resolve, reject) { console.log("Processing the result") setTimeout(() => { if (wonOrLost === "won") { resolve("Team was not changed"); } else { reject("Team was changed"); } }, 1500); }) } async function tsmDecision() { try { let result = await matchResult(); ifWon(result); } catch (err) { ifLose(err); } } tsmDecision(); } tsmSourceCode(); function ifWon(res) { console.log(res); } function ifLose(rej) { console.log(rej) }
I_code_to_eat_chips
^
dexter000111 [#16]There's no value you can initialize a variable with that will keep iterating that loop infinitely
Either use a while loop or use for(int i=0; i>=0; i++)
Plus if you wanna make a joke at least make it accurate SMH
it is a joke on vlr site what part u dont understand, i know that ppl try to showoff by showing ppl mistake but this is a fuckin vlr it is not LinkedIn , recruiter will not pick u for your good comment