Imgflip Logo Icon

Made for specific situation lmaoo

Made for specific situation lmaoo | ME TRYING TO CONJURE UP THE BEST RESPONSE SO THAT I DON’T SOUND COMPLETELY INSANE OR CRAZY BUT ALSO TRYING TO MAKE SURE I DON’T SOUND LIKE I DON’T CARE | image tagged in blank white template | made w/ Imgflip meme maker
85 views 2 upvotes Made by BackShotter_ 2 years ago in MS_memer_group
9 Comments
1 up, 2y
SAME
[deleted]
0 ups, 2y,
1 reply
here's one!
while true
puts 'enter mode'
puts '1: kinetic energy'
puts '2: potential energy'
input = gets.strip.to_i
if input == 1
puts 'enter what you want to calculate'
puts '1: energy'
puts '2: mass'
puts '3: velocity'
input = gets.strip.to_i
if input == 1
puts 'enter mass'
v1 = gets.strip.to_f
puts 'enter velocity'
v2 = gets.strip.to_f
puts "kinetic energy is #{(0.5 * v1 * v2**2).to_f}"
elsif input == 2
puts 'enter energy'
v1 = gets.strip.to_f
puts 'enter velocity'
v2 = gets.strip.to_f
puts "mass of object is #{(2 * v1 / v2**2).to_f}"
else
puts 'enter energy'
v1 = gets.strip.to_f
puts 'enter mass'
v2 = gets.strip.to_f
puts "velocity is #{((2 * v1 / v2)**0.5).to_f}"
end
else
puts 'enter mode'
puts '1: custom potential energy'
puts '2: gravitation potential energy (earth)'
input = gets.strip.to_i
if input == 1
puts 'choose mode'
puts '1: potential energy'
puts '2: height'
puts '3: gravity/acceleration'
puts '4: mass'
input = gets.strip.to_i
if input == 1
puts 'enter mass'
v1 = gets.strip.to_f
puts 'enter height'
v2 = gets.strip.to_f
puts 'enter gravity/acceleration'
v3 = gets.strip.to_f
puts "Potential energy = #{v2 * v3 * v1}"
elsif input == 2
puts 'enter mass'
v1 = gets.strip.to_f
puts 'enter gravity/acceleration'
v2 = gets.strip.to_f
puts 'enter potential energy'
v3 = gets.strip.to_f
puts "height is #{(v3 / (v2 * v1)).to_f}"
elsif input == 3
puts 'enter mass'
v1 = gets.strip.to_f
puts 'enter potential energy'
v2 = gets.strip.to_f
puts 'enter height'
v3 = gets.strip.to_f
puts "gravity/acceleration is #{(v2 / (v1 * v2)).to_f}"
else
puts 'enter potential energy'
v1 = gets.strip.to_f
puts 'enter gravity/acceleration'
v2 = gets.strip.to_f
puts 'enter height'
v3 = gets.strip.to_f
puts "mass is #{(v1 / (v2 * v3)).to_f}"
end
end
0 ups, 2y,
1 reply
Please no
[deleted]
0 ups, 2y,
2 replies
yes, I programmed that.
0 ups, 2y,
1 reply
No program
[deleted]
0 ups, 2y
:(
0 ups, 2y,
1 reply
I can barely read basic code so how do you think I can read your girthy, long, lengthy, giant program
[deleted]
0 ups, 2y,
1 reply
sorry lmao, just a response to make you seem insane!
0 ups, 2y
You know what I’m curious now, I’ll text him that entire thing as a response and lol show you what he says
Created with the Imgflip Meme Generator
EXTRA IMAGES ADDED: 1
  • Blank White Template
  • 36732CF1-F3DE-4DB9-ACA0-BFC29178FAD2.jpeg
  • IMAGE DESCRIPTION:
    ME TRYING TO CONJURE UP THE BEST RESPONSE SO THAT I DON’T SOUND COMPLETELY INSANE OR CRAZY BUT ALSO TRYING TO MAKE SURE I DON’T SOUND LIKE I DON’T CARE