you distribute and then combine like terms. x=4 :))
<span>All five dice show the same value thats what i think</span>
Answer:
def wordsOfFreqency(words, freq):
text1 = "Apple apPLE mangO aPple orange Orange apple guava Mango mango"
words = []
words1 = []
words1 = text1.split()
words = [x.upper() for x in words1]
freq=[words.count(w) for w in words]
print(dict(zip(freq,words)))
return words
def main():
wordsOfFreqency(words, freq)
if __name__=="__main__":
main() # call main function
Explanation:
This will print the list of strings as per its word frequency.
Output is :
{4: 'APPLE', 3: 'MANGO', 2: 'ORANGE', 1: 'GUAVA'}
Answer:
The answer is "option d".
Explanation:
UML stands for Unified Modeling Language. It is an OOPs based language that is used to design a graphic by software developers. This language can also be used to build diagrams and provide some tools to ready-to-use, interactive templates for users and other options are not correct that can be described as:
- In option a, The Top-down approach is not followed by UML.
- In option b, UML uses an object-oriented programming language that follows a bottom-up approach. It refers to a style of programming.
- In option c, It does not use structured programming because it uses procedural languages.
Keeping the fact in mind that Sasha wants to work as a program developer of iPhone applications, she will have to make use of the native language Objective-C.
Objective-C
<u>Explanation:</u>
The iPhone applications and interface work on iPhone Operation System or IOS, that make them completely different from the android and other operating systems currently being used in smartphones.
Moreover, Apple Inc. took a decision to use native languages like Objective-C for application development in the IOS environment because it cost them less as compared to other languages and the performance parameter also stands high and unaffected.