Jump to content

WolfDesigns

Senior Member
  • Posts

    1,662
  • Joined

  • Last visited

Everything posted by WolfDesigns

  1. Hi I'm tasked to make a converter I got the conversions and I need to repeat the menu once again instead of killing it. So I need to repeat the codes starting from the repeat to the, writeln('Tempature Conversion Program'); , up to writeln ('Converted temperature is: ', tconverted: 8:2, ' degrees ', scale); readln; program Project1; {$mode objfpc}{$H+} uses crt, {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} Classes { you can add units after this }; var a, tconverted: real; f, scale: char; begin Repeat clrscr; writeln('Tempature Conversion Program'); writeln; writeln('1. Convert Celsius to Fahrenheit'); writeln('2. Convert Fahrenheit to Celsius'); writeln('3. Convert Celsius to Kelvin'); writeln('4. Convert Kelvin to Celsius'); writeln('5. Convert Kelvin to Fahrenheit'); writeln('6. Convert Fahrenheit to Kelvin'); writeln; writeln('7. Press 7 to exit'); writeln; writeln ('Enter a number for temperature conversion '); readln (a); writeln ('Enter a number to convert from 1-6 or press 7 to exit'); readln (f); if f in ['1'] then begin; tconverted := a * 9 / 5 + 32; scale:='F'; end; if f in ['2'] then begin; tconverted:= (a - 32) * 5 / 9; scale:='C'; end; if f in ['3'] then begin tconverted := a + 273.15; scale:='K'; end; if f in ['4'] then begin tconverted := a - 273.15; scale:='C'; end; if f in ['5'] then begin tconverted := a * 9/5 - 459.67; scale:='F'; end; if f in ['6'] then begin tconverted := (a + 459.67) * 5 / 9; scale:='K'; end; writeln ('Converted temperature is: ', tconverted: 8:2, ' degrees ', scale); readln; until ; clrscr; repeat; end.
  2. This is fallout I don't think they are adding multiplayer privileges...
  3. How to Get: Fallout 4 for FREE on PC | DIRECT DOWNLOAD - NO TORRENT [Hidden Content] About the Game: Fallout 4 © Bethesda Softworks Release Date : 11/2015 Protection: Steam Genre : RPG MINIMUM: OS: Windows 7/8/10 (64-bit OS required) Processor: Intel Core i5-2300 2.8 GHz/AMD Phenom II X4 945 3.0 GHz or equivalent Memory: 8 GB RAM Graphics: NVIDIA GTX 550 Ti 2GB/AMD Radeon HD 7870 2GB or equivalent Hard Drive: 30 GB available space RECOMMENDED: OS: Windows 7/8/10 (64-bit OS required) Processor: Intel Core i7 4790 3.6 GHz/AMD FX-9590 4.7 GHz or equivalent Memory: 8 GB RAM Graphics: NVIDIA GTX 780 3GB/AMD Radeon R9 290X 4GB or equivalent Hard Drive: 30 GB available space Installation: - Burn or mount the .iso - Run setup.exe and install - Copy crack from CODEX dir to installdir - Play General Notes: - If you install games to your systemdrive, it may be necessary to run this game with admin privileges instead Bethesda Game Studios, the award-winning creators of Fallout 3 and The Elder Scrolls V: Skyrim, welcome you to the world of Fallout 4 their most ambitious game ever, and the next generation of open- world gaming. As the sole survivor of Vault 111, you enter a world destroyed by nuclear war. Every second is a fight for survival, and every choice is yours.
  4. I was bored so I made this...
  5. I blame Yterby, Klepto and Smokey for my recent SH ban

  6. go here and press cntl + A: http://iosgods.com/topic/20072-look-at-these-funny-gifs/
  7. I found the lion... which theme are u using light or dark?
  8. Look closer I'm also a sneaky bastard
  9. Begin by writing down the alphabet in order on a piece of paper (or use the one below). A B C D E F G H I J K L M N O P Q R S T U V W X Y Z Now pick a number between 1 and 25. Got it? I picked the number 3. Now, when you write down your coded message, instead of writing the realletter, you find that letter in the alphabet and count forward - as many letters as the number you picked. So, if my message was "HI, HOW ARE YOU?" I would begin by finding the letter H, then counting foward three letters, to get the letter K. Then, since the next letter is I, find the I and count forward to get the letter L. Keep going through the whole message like that. Uh oh...what about punctuation (like that question mark at the end of "Hi, HOW ARE YOU?"? Just leave that exactly the way it is. Uh oh again! what happens when I get to the letter Y? I can't count forward 3 letters, because there aren't enough letters in the alphabet! That's okay...just start over at the beginning, after you count the Z. So Y becomes B! Get the idea? Now you can try the Encoder at the top of the page. This encoder Shifts all the letters one, so an A becomes a B, a B becomes a C, and so on.
  10. Here's an encrypted code: jPTHPET How to decode it is hidden somewhere in the forums HAHAHAHAHHAHA!!!!
  11. App you want hacked: vvv The one in the link below vvv Version of the app: 1.2.4 iTunes URL for the app: https://itunes.apple.com/us/app/the-last-vikings/id970044095?mt=8 Requested features: HACKED EVERYTHING LEAVE NOTHING UNHACKED Jailbroken or Non-Jailbroken Thank you!
  12. Which one would you prefer. Klepto is gay...for banning me
  13. Its been a while since I've been shoutbox 24h banned

  14. Its been a while since I've been shoutbox 24 banned

  15. lol ur avatar is anime version of selena gomez
  16. You should stop if you take offence that one individual said he doesn't like it. But if you don't let this bother you should continue. For gfx is a form of art and if others don't like it, then they can go f**k themeselves
  17. I wanted to help...
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines