var word:string
var word1 : string
var word2 : string
var word3 : string
put " please enter the first word ex, cappa "
get word1
put " please enter the second word ex, alpha"
get word2
put " please enter the third word ex, beta"
get word3
if (word1>word2) and (word1>word3) then
put "The words in alphabetical order "
elsif (word2<word1) or (word2>word3) then
put "The words in alphabetical order "
elsif ( word3<word1) or ( word3<word2) then
put " the words in alphabetical orders are ", word1, word2, word3
elsif (word1=word2) and (word1=word3)then
put " words are the same, smart !"
elsif ( word2=word1) and (word2=word3) then
put " words are the same, smart !"
elsif ( word3=word1) and (word3=word2) then
put " words are the same, smart!"
end if
put "The words in alphabetical order ", word1, word2, word3
get word1, word2, word3
i know that put "The words in alphabetical order ", word1, word2, word3" i shopuld not put word1..3 but i dont know what to do m
plzzzzzzzzzzzzzzz help me ASAP
thankyou