Ask
your own question, for FREE!
Computer Science
44 Online
For this exercise, I need to define and call the function printBusinessCard(). When called, this function should print out my name, job title (anything really), email address, and a tagline! ((I couldn't gind a 'Coding' subject for this..))
Still Need Help?
Join the QuestionCove community and study together with friends!
Yeah, coding goes under the "Computer Science" subject. Lemme see if I can solve your dillemma...
@aratox wrote:
Yeah, coding goes under the "Computer Science" subject. Lemme see if I can solve your dillemma...
``` def printBusinessCard(): name = "your_name" job_title = "jobtitle" email = "email@example.com" tagline = "tagline" print("
") print(f"Name: {name}") print(f"Job Title: {job_title}") print(f"Email: {email}") print(f"Tagline: {tagline}") print("
") # Business card function call printBusinessCard() ```
You ARE using Python, correct?
no.. its javascript
Still Need Help?
Join the QuestionCove community and study together with friends!
@curriful wrote:
no.. its javascript
@aratox wrote:
@curriful wrote:
no.. its javascript
``` function printBusinessCard() { let name = "yourname"; let jobTitle = "jobtitle"; let email = "email@example.com"; let tagline = "tagline"; console.log("
"); console.log("Name: " + name); console.log("Job Title: " + jobTitle); console.log("Email: " + email); console.log("Tagline: " + tagline); console.log("
"); } // Business card call function printBusinessCard(); ```
Thanks!
@curriful wrote:
Thanks!
Can't find your answer?
Make a FREE account and ask your own questions, OR help others and earn volunteer hours!
Join our real-time social learning platform and learn together with your friends!
Join our real-time social learning platform and learn together with your friends!
Latest Questions
gelphielvr:
(creative / activity ideas) Does anyone have Any ideas for activities that my club could do for kindness week? Were basically just a club meant for spreadin
gelphielvr:
(not school related) What does a non religious person do during the pre game pray
randogirl123:
Do you think my teacher will like this Earth Science presentation about Seismic w
OppStoppax:
I haven't posted anything in a year or so, so here's something poetic i've written.
2 hours ago
5 Replies
0 Medals
7 hours ago
13 Replies
1 Medal
6 hours ago
4 Replies
2 Medals
5 hours ago
7 Replies
3 Medals