Author Topic: Hey Jude  (Read 3548 times)

0 Members and 1 Guest are viewing this topic.

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

FellippeHeitor

  • Guest
Hey Jude
« on: November 24, 2021, 09:36:53 pm »
Code: QB64: [Select]
  1. For i = 1 To 2
  2.     Print "Hey, Jude, ";
  3.     Select Case i
  4.         Case 1
  5.             Print "don't make it bad"
  6.             Print "Take a sad song and make it better"
  7.             Print "Remember to let her into your heart"
  8.             Print "Then you can start to make it better"
  9.         Case 2
  10.             Print "don't be afraid"
  11.             Print "You were made to go out and get her"
  12.             Print "The minute you let her under your skin"
  13.             Print "Then you begin to make it better"
  14.     End Select
  15.     Print
  16.  
  17. For i = 1 To 5
  18.     Print "better... ";
  19. Print "oh yeah!"
  20.  
  21.     Print "Na, ";
  22.     YokoComes = YokoComes + 1
  23. Loop Until YokoComes = 1970
  24.  

Offline CharlieJV

  • Newbie
  • Posts: 89
    • View Profile
Re: Hey Jude
« Reply #1 on: November 24, 2021, 10:08:09 pm »
Bravo !

Offline Richard Frost

  • Seasoned Forum Regular
  • Posts: 316
  • Needle nardle noo. - Peter Sellers
    • View Profile
Re: Hey Jude
« Reply #2 on: November 24, 2021, 10:36:54 pm »
Code: QB64: [Select]
  1.     Print "Number 9....";
  2.  
It works better if you plug it in.

Offline madscijr

  • Seasoned Forum Regular
  • Posts: 295
    • View Profile
Re: Hey Jude
« Reply #3 on: November 24, 2021, 10:47:30 pm »
Code: QB64: [Select]
  1. For i = 1 To 2
  2.     Print "Hey, Jude, ";
  3.  

I always thought "Hey Jude" was a better song than "Let It Be", LoL

But Yoko didn't break up the Beatles, Brian Epstein did! 

FellippeHeitor

  • Guest
Re: Hey Jude
« Reply #4 on: November 24, 2021, 10:49:52 pm »
@CharlieJV 🤩

@madscijr I love them both.

@Richard Frost a man of culture 👏👏👏

Marked as best answer by on Today at 04:00:33 pm

Offline Qwerkey

  • Forum Resident
  • Posts: 755
    • View Profile
Re: Hey Jude
« Reply #5 on: November 25, 2021, 05:21:56 am »
  • Undo Best Answer
  • @FellippeHeitor That's my formative years, right there!