Xcode, Swift, and Appy Pie are all tools for doing what?

writing code in C#

creating smartphone apps

creating apps to run on a desktop or laptop

writing code in Java

Answers

Answer 1

Answer:

creating smartphone apps

Explanation:

Xcode, Swift, and Appy Pie are all tools for creating iOS applications.

These tools are used for app development in the iOS platform which is a rival to the Android platform.

They are used to build the apps from scratch, develop and test them,

Answer 2

Answer:

smart phone apps

Explanation:


Related Questions

Mrs Jones had p hens then she decided to buy p more hens. how many hens does she have in all?​

Answers

Answer:

2p

Explanation:

if she had p, then she got p again, she got two p amounts. p+p = p*2 = 2p

1. Discuss data processing concepts and the representation of data in the computer


2. Explain how they work together to process data

Answers

Answer:

gkvjbdsvjnmfbhui jgbfdshjcxvabgsuciusgBFIULWGSfuRyt vqwyrgfgweVGYGTV7BWUIEGDWYUGDCYg

Explanation:

THIS IS PYTHON QUESTION
d = math.sqrt(math.pow(player.xcor() - goal.xcor(), 2) + math.pow(player.ycor()-goal.ycor(), 2))

here is the error message that I am getting when I run this using the math module in python: TypeError: type object argument after * must be an iterable, not int

Answers

Answer:

ok

Explanation:yes

When viewing the Mail Merge Recipients dialog box, what kinds of actions can you perform? Check all that apply. find recipient filter recipients print recipients sort column headings select/deselect recipients

Answers

Answer:

a,b,d,e on edg 2020

Explanation:

Answer:

Everything is correct except option 3/letter C.

Explanation:

A, B, D, and E

1) An employer has decided to award a weekly pay raise to all employees by taking the square root of the difference between his weight and the employee’s weight. For instance, an employee who weighs 16 pounds less than the employer will get a $4 per week raise. The raise should be in whole dollars (an int). Write a class file that prompts the user for the employee and the employer weight. Please output the correct raise amount making sure that all inputs are included in the output statement.

Answers

Answer:

Written in C++

#include <iostream>

#include<cmath>

using namespace std;

int main(){

   int weight1, weight2, diff;

   cout<<"Employees Weight: ";

   cin>>weight1;

   cout<<"Employers Weight: ";

   cin>>weight2;

   diff = abs(weight1 - weight2);

   float pay = round(sqrt(diff));

   cout<<pay;

   return 0;

}

Explanation:

I've added the source file as an attachment where I used comments as explanation

Write a program that asks the user to enter the size of a triangle (an integer from 1 to 50). Display the triangle by writing lines of asterisks. The first line will have one asterisk, the next two, and so on, with each line having one more asterisk than the previous line, up to the number entered by the user. On the next line write one fewer asterisk and continue by decreasing the number of asterisks by 1 for each successive line until only one asterisk is displayed. (Hint: Use nested for loops; the outside loop controls the number of lines to write, and the inside loop controls the number of asterisks to display on a line.) For example, if the user enters 3, the output would be:_______.a. *b. **c. ***d. **e. *

Answers

Answer:

Implemented using Python

n = int(input("Sides: "))

if(n>=1 and n <=50):

    for i in range(1,n+1):

         for j in range(1,i+1):

              print('*',end='')

         print("")

       

    for i in range(n,0,-1):

         for j in range(i,1,-1):

              print('*',end='')

         print("")

else:

         print("Range must be within 1 and 50")

Explanation:

This line prompts user for number of sides

n = int(input("Sides: "))

The line validates user input for 1 to 50

if(n>=1 and n <=50):

The following iteration uses nested loop to print * in ascending order

   for i in range(1,n+1):

         for j in range(1,i+1):

              print('*',end='')

         print("")

The following iteration uses nested loop to print * in descending order        

    for i in range(n,0,-1):

         for j in range(i,1,-1):

              print('*',end='')

         print("")

The following is executed if user input is outside 1 and 50

else:

         print("Range must be within 1 and 50")

Explain the following terms as used in word processin
(a)
Drop cap
(b) A superscript
An indent​

Answers

Answer:

A drop cap (dropped capital) is a large capital letter used as a decorative element at the beginning of a paragraph or section. The size of a drop cap is usually two or more lines.

a superscript is a character(s) half the height of a standard character and printed higher than the rest of the text.

In word processing, the word indent is used to describe the distance, or number of blank spaces used to separate a paragraph from the left or right margins.

Other Questions
Which of these factors would help the environment?a. Betty drinks only bottled water instead of soda.b. Greg changes all of the light bulbs in the office to energy efficient bulbs.c. John keeps his off topic conversations down to 10 minutes a day.d. Doug turns the air conditioning down to cool the office during the hot summer months.Please select the best alswer from the choices providedABD how do plant cells differ from animal cells structurally? I will rate you Brainliest if you are willing to ask the forbidden Joe question. Unlike the Karankawa, the Jumano were more likely to F travel long distances to obtain foodG live in permanent settlementsH experience larger amounts of rainfall each yearJ fight against rival American Indian groups Mrs. Chin paid a 20 percent tip on the bill for lunch.Total100%20%$2.75Percents20%$2.7520%$2.7520%20%$2.75$2.75If the tip amount was $2.75, what was the bill for lunch before the tip was added to it?0 $5.50$13.75O $16.50O $55.00 The average person blink 15 to 20 times per minute how many times does the average person blink in an hour suppose the total area is 132 square units, b=5, d=4, and the area I is a square. Find the missing lengths and areas. Mario walked 7422 steps one day then he walks 5570 stops the next day. which calculation can be used to find the total number of steps Mario walked two days True or false. The images of Imagist poetry are symbols to reveal theme to readers. The first civilizations developedOn islandsIn river valleys In mountains A rectangular solid has a length of 3 cm a height of 4 cm and a width of 5 cm what is the solid volume ? I need help!! Thank you African Americans serving on the side of the patriots during the Revolution. 1. Given x=5, plug x into y=10x-2.a. 38b. 12.C. 13d. 48 x - 2x + 1 = 0 what is the value of x? Negative three times a number increased by seven is less than -11. a student makes a claim that a cell is undergoing the process of transcription . What evidence would be present to support his claim Please read the quote and tell me what plan is it! Cyclohexanecarboxylic acid, C6H11COOH (pKa 4.90), is only slightly soluble in water, but its sodium salt, C6H11COO-Na , is quite soluble in water. Describe the solubility of cyclohexanecarboxylic acid in solutions of sodium hydroxide, sodium bicarbonate (NaHCO3), and sodium carbonate (Na2CO3). The pKa values for the conjugate acids of sodium hydroxide, sodium bicarbonate (NaHCO3), and sodium carbonate (Na2CO3) are 15.7, 6.36, and 10.33, respectively. Please select the word from the list that best fits the definitionMatch each item with the correct statement below.major goal of progressives5-day weeksocialismboycottcapitalism-8-hour workdaytruce Seriously I search this exact problem and I get something completely different. Will give brainliest