Gavin 8 Report post Posted September 22, 2018 5 REM display the number 941 10 LET a$ = "9" 20 LET b$ = "4" 30 LET c$ = "1" 40 LET d$ = a$ + b$ + c$ 50 LET number = VAL(d$) 60 PRINT number Share this post Link to post Share on other sites
Gavin 8 Report post Posted September 22, 2018 package arraysstrings; import java.util.Arrays; public class ArraysStrings { public static void main(String[] args) { // Display the number 942 String[] aryString = new String[3]; aryString[0] = "9"; aryString[1] = "4"; aryString[2] = "2"; int i; for (i = 0; i < aryString.length; i++){ System.out.println(aryString); } } } Share this post Link to post Share on other sites
H2O 14 Report post Posted September 22, 2018 liftM2 (*) ((succ (succ 0) +) . (`div` succ (succ 0))) pred (product (((:) =<< sum . (++ [succ (succ 0)])) [succ (succ 0), succ (succ (succ 0))])) Share this post Link to post Share on other sites
random 8 213 Report post Posted September 22, 2018 #include <stdio.h> int main(void) { printf("944\n"); return 0; } Share this post Link to post Share on other sites
H2O 14 Report post Posted September 22, 2018 foldl1 (-) (ap map (ap ((:) . sum . ap map ((: [succ 1, 1, 1]) . succ . ($ succ 1))) (return . ($ succ 1))) (length . mapM id . replicate (succ 1) . enumFromTo 1)) Share this post Link to post Share on other sites
Gavin 8 Report post Posted October 4, 2018 945++ what language is that H20? Share this post Link to post Share on other sites
The Architect 86 Report post Posted October 4, 2018 947 3 hours ago, Gavin said: 945++ This actually produces the value 945. 3 hours ago, Gavin said: what language is that H20? I think it's Haskell, but I'm not sure. Share this post Link to post Share on other sites
H2O 14 Report post Posted October 4, 2018 Which language is used to calculate 943 and 945? > flip runReader language $ asks id "Haskell" pack [label .l -text 948] Share this post Link to post Share on other sites
H2O 14 Report post Posted October 10, 2018 io.write(950) Share this post Link to post Share on other sites
The Architect 86 Report post Posted October 10, 2018 1000 minus one half of one hundred plus one Share this post Link to post Share on other sites
Bouncycles 1 Report post Posted October 11, 2018 CMLX - X +II Share this post Link to post Share on other sites
quiznos00 525 Report post Posted November 7, 2018 ((3 + 2) ^ 2 * (2 + 2) + 3 + 3) * 3 ^ 2 Share this post Link to post Share on other sites
H2O 14 Report post Posted November 7, 2018 12310_⁵⁄₁ = 210110001120101_³⁄₂ = 30997_¹²⁄₃ = 450339_¹¹⁄₄ Share this post Link to post Share on other sites
sharpeye468 22 Report post Posted November 27, 2018 956 I'm boring Share this post Link to post Share on other sites
random 8 213 Report post Posted November 28, 2018 957 This thread is boring. Share this post Link to post Share on other sites
IceyLava108 320 Report post Posted December 12, 2018 958 Share this post Link to post Share on other sites
Flareon350 598 Report post Posted December 12, 2018 959 Share this post Link to post Share on other sites
quiznos00 525 Report post Posted December 12, 2018 5! * 2! * 2! * 2! Share this post Link to post Share on other sites
H2O 14 Report post Posted December 12, 2018 6!+5!+5!+1! Share this post Link to post Share on other sites
Earthling 37 Report post Posted December 14, 2018 5² * 3² * 2² + 5¹ * 3¹ * 2² + 2¹ * 5⁰ * 2⁰ Share this post Link to post Share on other sites
Flareon350 598 Report post Posted December 15, 2018 Share this post Link to post Share on other sites
ncrecc 2 Report post Posted December 16, 2018 Blobdance killed Chip (9, 6, 4) Share this post Link to post Share on other sites
ncrecc 2 Report post Posted December 22, 2018 Christian whisky party (9, 6, 5) Share this post Link to post Share on other sites