Community Profile

photo

Jhin Michael


Last seen: etwa 4 Jahre vor Aktiv seit 2020

Followers: 0   Following: 0

Statistiken

  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Trying to create a script which returns a t-value corresponding to a y-value input by the user, however calculations aren't being performed correctly/ not returning the right values.
close all clear all prompt = 'What is the value of y : '; y = input(prompt) if y<10000 t = 200; elseif 10000 <= ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort