User contributions for Wikiadmin

From Applied Science
A user with 2,632 edits. Account created on 19 January 2022.
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

19 April 2022

18 April 2022

17 April 2022

  • 23:5923:59, 17 April 2022 diff hist +3,430 N If elseCreated page with "* '''An algorithm that tests if a number is odd or even:''' <div style="margin-left:1.5em;"> int a; if (a % 2 == 0) printf("The number %d is even", a);<br /> else printf("The number %d is odd", a); </div> Pretty simple, just the part related to user input has been omitted. It's pretty intuitive the concept about decision making in examples such as this one. * '''A variation of the algorithm above, this time with the operators AND, OR plus ELSE IF:''' <div style="ma..."
  • 23:0323:03, 17 April 2022 diff hist +1,349 N Conditional structuresCreated page with "One of the first things that you learn is how to make a computer receive a value, process it and return to you something. That's when we need the concept of flow control. You write something that controls the decisions (decisions that you make, not the computer) about what and when to execute something. The simplest flow control structure is IF ... ELSE. '''The basic logic is:''' do this if that is true, else do something else. On one hand you can choose that one case i..."
  • 22:4122:41, 17 April 2022 diff hist +3,178 Tracking algorithms with pencil and paperNo edit summary
  • 13:5713:57, 17 April 2022 diff hist +16 Sine, cosine and tangentNo edit summary

16 April 2022

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)