Filter
Exclude
Time range
-
Near
Replying to @PenTitan
IfStateMent people
2
98
Ever wondered how schools grade thousands of students in minutes? 🤔 It’s not magic — it’s the IF statement. “If score ≥ 70, give A...” Boom. Done. Fast. Accurate. I made a video showing how to use it for grading. Made a video of it see below #Excel #IfStatement #DataTips
2
23
16 Oct 2024
class IfStatement { public static void main(String[] args) { int Txilar = 12; // Ver se há condições para sair da grade if (Txilar < 0) { System.out.println("Saindo da Grade pra txilar"); } System.out.println("Procura o novo way"); } }
2
12
36
2,782
Writing code is all about making decisions! 🤔 With if statements, you can control the flow of logic based on conditions. #coding #programming #developer #ifstatement #OffWhitexOrmKornnaphat #ORMBERIGHTBACK
3
16
Definitely the most comical Nested IfStatement I've ever pulled off in Excel/GSheets 😂
1
5
431
Let ifstatement = true; Let sees = true Let D = @davedbase While { ifstatement == false If (sees == ifstatement) and { Console.log(D " 'eye twitch' " } Else { Console.log(D " says thank god"} }
1
36
31 Aug 2023
Video lecture - 1c/n Day 29 #100DaysOfCode #100daysofcodechallenge Two-way decision by if-else statement to check Odd & Even | Python by #moein #pythonprogramming #Python #MachineLearning #deeplearning #NLP #DataScience #DataScientists #ifStatement #ifelse #Calculus
1
3
48
31 Aug 2023
Video lecture - 1b/n Day 29 #100DaysOfCode #100daysofcodechallenge Two-way decision by if-else statement to check Odd & Even | Python by #moein #pythonprogramming #Python #MachineLearning #deeplearning #NLP #DataScience #DataScientists #ifStatement #ifelse #Calculus
1
2
75
26 Aug 2023
1
2
378
Day 3 of 100 days of python Control Flow and Logical Operators material: - Conditional operator - Modulo operator - If statement Day3 project: Treasure Island I follow 100 Days Of Python in Udemy #100daysofpython #python #udemy #programming #logicaloperator #ifstatement
2
107
How a programmer condition love using 'if statement. ' To those that find it hard to decode, it means 'if your love is true, be in love with me... If it is not (bad energy) stay far away' 😜☺️😜 #codinglife #lovetruly #ifstatement #badenergy #LOL #LMAO #memes #ifstatement
2
142
#Day9 #100DaysOfCode Learnt *ifstatement Nested if statements *ifelsestatements Nested if else statements *forloop *switch case #javascript
7
7
Replying to @matteocollina
this is always so hard for me. I also asked fizzbuzz regularly ~10 years ago, and it was shocking how often people couldn't go from if statements -> ifstatement explosion to doing something else. even with prompting.
6
If AI then ifStatement()
2
6
If AI then ifStatement() Source: reddit.com/r/ProgrammerHumor…
2
if iloveyou =='yes': print("balipugana") else: print("lakk de naayi") #Coding #ifStatement
1
5
Why u doin' dis to me IFStatement??? 😵‍💫
2
7 Oct 2021
#100DaysOfCode : #Day2 Working on: 1-If 2-If Else 3-Else 4- Switch Statement. They are very important concept of programming. In this exercise, I tried to design a name of week days using a #Switch statement. #Switchstatement is a special type of #ifstatement where you
1
3
Stuck On Adding Ability to Switch Player Turns in Tic-Tac-Toe Game stackoverflow.com/questions/… #conditionalstatements #ifstatement #javascript
1