Informática, perguntado por ALEXSIVAN324, 7 meses atrás

Escreva um programa que pergunte ao usuário o seu nome, em seguida, dê as boas-vindas ao usuário utilizando o nome dele.

Soluções para a tarefa

Respondido por jiujitsujoao
1

Resposta:

algoritimo "Ola"

var nome: caracter

var nome maquina

inicio

escreva(" Ola qual o seu nome")

leia(nome)

se(nome==null)

   escreva("Desculpa não entendi seu nome.", "Falei novamente")

   leia(nome)

senao

    escreval("Seja Bem Vindo" , nome, )

Fimse

Fimalgoritmo.

EXPLICAÇÃO

Como não foi definido nenhuma linguagem especifica, o codigo abaixo foi feito em Visualg, que é uma ferramenta na qual pode-se simular pseudocódigos, podemos dizer que é a interpretação de uma linguagem algorítmica, utilizando comandos e instruções em Português para representar as ações dos algoritmos, também conhecida como Portugol ou Português Estruturado.


ALEXSIVAN324: Obrigado, era C
Respondido por LOCmath2
4
  • ⿻ Veja abaixo para uma explicação + resposta, ou veja o anexo.

 \\ \\

┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅

 \\ \\

 \begin{gathered} \begin{gathered}\begin{array}{c}~\\\underline{\text{\LARGE$\mid{\boxed{\text{\red{P}}}}\boxed{\text{\orange{y}}}\boxed{\text{\red{t}}}\boxed{\text{\orange{h}}}{\boxed{\text{\red{o}}}\boxed{\text{\orange{n}}}}\mid$}}\end{array}\end{gathered}\end{gathered}

 \\ \\

Print, Input

 \\

❑ No Python, temos as funções Print e Input. Elas têm a função de escrever e ler, ou, entrada e saída de uma mensagem.

 \\

  • Print = É usado para escrever algo na tela
  • Input = É usado para ler algo na tela.

 \\ \\

Format

 \\

❑ Você pode usar o comando .format ou .f ( dependendo da versão do seu Python, ou qual ele aceita esse comando ) para formatar elementos.

 \\ \\

Outros

 \\

  • O sinal de igual ( = ) que conhecemos, não se chama " igual " no Python, ele se chama " recebe " porque está atribuindo algo.
  • Também temos as aspas. Fica ao seu critério querer utilizar as aspas simples ( ' ) ou as aspas duplas ( " ). Porém, o mais recomendável e que muitos programadores utilizam, é aspas simples.

  • No Python, temos o Run Mode que é o Modo de Exibição do Python. Quando você estiver criando ou já tiver criado um comando, você pode clicar nele ( no triângulo ) e ir observando se você errou no comando ou se falta adicionar algo nele.

 \\ \\

Resposta

 \\

  • Comando:

\begin{gathered} \begin{gathered}\large \:   \overline{ \boxed{\boxed{ \begin{array}{r}\mathsf{nome \:  =  \:  \orange{input}( \blue{'Qual \: o \: seu \: nome? \: '})} \\  \mathsf{ \green{print}( \blue{'Bem \:  -  \: vindo \: ao \: Python, \:  \{ \} \:! '}.format{(nome}))}\end{array}}}} \end{gathered}  \end{gathered}

  • nome = input('Qual é o seu nome?')
  • print('Bem-vindo ao Python, {}!'.format(nome))

 \\

  • Run Mode ( com exemplo de nome: Benjamin )

\begin{gathered} \begin{gathered}\large \:   \overline{ \boxed{\boxed{ \begin{array}{r}\mathsf{Qual \: o \: seu \: nome?} \\  \mathsf{Bem - vindo \: ao \: Python, \: Benjamin!}\end{array}}}} \end{gathered}  \end{gathered}

  • Qual o seu nome?
  • Bem-vindo ao Python, Benjamin!

 \\ \\

୧ʕ•̀ᴥ•́ʔ୨ Outras atividades de Print e Input, Python:

  • https://brainly.com.br/tarefa/47659588riquelmelandim2002
  • https://brainly.com.br/tarefa/28382223GeBEfte
  • https://brainly.com.br/tarefa/38143806GeBEfte

 \\ \\

" Forever strong as a Pinetree. "

Duskwood

 \\ \\

┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅┅

 \\ \\

 \mathsf{\small{Att:}}

 \begin{gathered} \begin{gathered}\begin{array}{c}~\\\underline{\text{\LARGE$\mid{\boxed{\text{\red{Y}}}}\boxed{\text{\orange{u}}}\boxed{\text{\red{i}}}\boxed{\text{\orange{t}}}{\boxed{\text{\red{o}}}\boxed{\text{\orange{2}}}}\mid$}}\end{array}\end{gathered}\end{gathered}

 \mathsf{\small{16|06|22 \: \: - \: \: 18:32 }}

Anexos:
Perguntas interessantes