(Solved) : 415 Ch4 Lab Password Modifier Many User Created Passwords Simple Easy Guess Write Program Q32317012 . . .
![4.15 CH4 LAB: Password modifier Many user-created passwords are simple and easy to guess. Write a program that takes a simple password and makes it stronger by replacing characters using the key below, and by appending q*s to the end of the input string i becomes a becomes @ . m becomes W . B becomes 8 . o becomes If the input is mypassword, the output is: Wyp@ssw.rdq*s ATVTY 4.15.1: CH4 LAB: Password modifier 0 10 main.cpp Load default template... 1 #include <iostream» #include <string> 3 using namespace std; 4 5 int mainO 7int i-0 8 string simplePassword; 9 string strongPassword ; 10 11 char replace_char; 12 13 //cout<< Please input a simple password: 14 cin>> simplePassword; 15 while (i < simplePassword.size)) 16 17 replace_char-simplePassword[i];](https://media.cheggcdn.com/media%2Fbc9%2Fbc9b8cb2-8f2e-4f6c-8e3f-74762870eb1c%2FphpaGpTQj.png)
4.15 CH4 LAB: Password modifier Many user-created passwords are simple and easy to guess. Write a program that takes a simple password and makes it stronger by replacing characters using the key below, and by appending “q*s” to the end of the input string i becomes a becomes @ . m becomes W . B becomes 8 . o becomes If the input is mypassword, the output is: Wyp@ssw.rdq*s ATVTY 4.15.1: CH4 LAB: Password modifier 0 10 main.cpp Load default template… 1 #include <iostream» #include <string> 3 using namespace std; 4 5 int mainO 7int i-0 8 string simplePassword; 9 string strongPassword ” “; 10 11 char replace_char; 12 13 //cout<< “Please input a simple password:” 14 cin>> simplePassword; 15 while (i < simplePassword.size)) 16 17 replace_char-simplePassword[i]; Show transcribed image text
Expert Answer
Given, weight of neuron = 1.3 and bias = 3.0
Let the single input of neuron be x.
Then, each Input for transfer function will be = weight*input+bias = 1.3x+3.0
i) Output = 1.6 . . . . .
OR