Boeing has secured a major order from the American government and thus had an important success after difficult years. US President Donald Trump announced on Friday that the group should build a next generation fighter jet for the Air Force.
The plane is said to be F-47 and Trump spoke of a “historical investment”. It will be the “most advanced, capable and deadliest aircraft” that has ever been built. “We think it will massively exceed the skills of every other country,” he said. The United States would allow “to continue to dominate the air”. Trump did not want to quantify the order volume on Friday. But the initial order for the development of the jet alone should have a value of more than $ 20 billion. Over its whole lifetime, the jet should bring in significantly more money to the company. It will probably only be put into operation in the next decade. Trump said that an “experimental version” had flown for five years. The company has succeeded in a revenge. In 2001 it lost to Lockheed Martin in 2001. Richard Aboulafia from the Aerodynamic Advisory industry advice said the FAZ on Friday that the order was “a significant success for Boeing and an important defeat for Lockheed Martin”. The stock exchange also saw it this way: The Boeing share price on Friday increased by more than 5 percent, the Lockheed Martin share lost 7 percent. For Boeing, the order is long -awaited good news, the company looks back on a crisis -rich time, both in the business with civil aircraft and in its armor division. In 2018 and 2019 there were crashes of 737 Max jets, in which a total of 346 people died. At the beginning of last year, the company was once again stumbling when a door-sized part of the fuselo detached on a 737-Max shortly after the start and put a gaping hole in the cabin wall. There were delays in the armaments business in a number of projects, among other things in the development of new versions of the aircraft known as Air Force One for the US President. Last summer there was a change of management at Boeing, Dave Calhoun was replaced by Robert “Kelly” Ortberg. Ortberg has admitted since then that the need for action is enormous. In autumn he wrote to his employees: “Our business is in a difficult position, and it is difficult to overestimate the challenges that we look forward to together.” Canada and Portugal rethink orders from Lockheed Martiner F-47-JET, which Boeing is now to develop, is intended as the successor of type F-22. Unlike this predecessor, he should be designed for a joint use with drones. The Air Force is already working with some partners for the development of these drones, including the start-up Anduril Industries, which is considered an emerging company in the industry. Lockheed Martin hits the defeat in a difficult time. The company also has worries with its fighter jet F-35. Several countries such as Canada or Portugal have signaled to rethink orders for the aircraft in view of the worsening relationship with the USA. There are concerns that the Americans could restrict the performance of the jet in these countries. Trump said on Friday that “allied” countries were also interested in the next fighter jet F-47. However, a variant may be delivered to them that is 10 percent less powerful. “Maybe one day you will no longer be allies.”
News kiosk Latest Posts
// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts
// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);
// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);
News kiosk Latest Posts
// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;
// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `
${description} Read more
`;
// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}
// Call the function to fetch and display the latest posts
fetchLatestPosts();
News kiosk- Are You Making These Common Mistakes? Click below to Learn More
Secret That Everyone Is Talking About
If you want to dive deeper into the topic, click on Read More:
Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!